Re: [PATCH] D20808: [include-fixer] Code cleanup.

2016-05-31 Thread Haojian Wu via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL271273: [include-fixer] Code cleanup. (authored by hokein). Changed prior to commit: http://reviews.llvm.org/D20808?vs=59038&id=59052#toc Repository: rL LLVM http://reviews.llvm.org/D20808 Files:

Re: [PATCH] D20808: [include-fixer] Code cleanup.

2016-05-31 Thread Benjamin Kramer via cfe-commits
bkramer accepted this revision. bkramer added a comment. This revision is now accepted and ready to land. lg http://reviews.llvm.org/D20808 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-co

[PATCH] D20808: [include-fixer] Code cleanup.

2016-05-31 Thread Haojian Wu via cfe-commits
hokein created this revision. hokein added a reviewer: bkramer. hokein added a subscriber: cfe-commits. * Abstract the DB setting code to a function. * Remove the unused FallbackStyle. http://reviews.llvm.org/D20808 Files: include-fixer/IncludeFixer.cpp include-fixer/tool/ClangIncludeFixer.c