llvm-project/clang/lib
Leslie Zhai 104b6feb10 [analyzer] Teach CloneDetection about Qt Meta-Object Compiler to filter auto generated files
Reviewers: v.g.vassilev, teemperor

Reviewed By: teemperor

Differential Revision: https://reviews.llvm.org/D34353

llvm-svn: 305774
2017-06-20 06:44:46 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST Call setMustBuildLookupTable on TagDecls in ExternalASTMerger 2017-06-17 00:12:38 +00:00
ASTMatchers [ASTMatchers] Fix use after free. 2017-06-09 17:55:42 +00:00
Analysis [analyzer] Teach CloneDetection about Qt Meta-Object Compiler to filter auto generated files 2017-06-20 06:44:46 +00:00
Basic Support non-identifier module names when preprocessing modules. 2017-06-19 23:09:36 +00:00
CodeGen [Clang] Handle interaction of -pg and no_instrument_function attribute. 2017-06-19 18:45:03 +00:00
Driver Add missing OS check to r305678 2017-06-19 11:25:37 +00:00
Edit [clang] Fix format specifiers fixits 2017-06-08 21:44:45 +00:00
Format clang-format: Fix C99 designated initializers corner cases 2017-06-19 14:41:21 +00:00
Frontend Turn off "disable free" mode when preprocessing imported module files in 2017-06-20 01:31:53 +00:00
FrontendTool Add -frewrite-imports flag. 2017-06-09 21:24:02 +00:00
Headers [DOXYGEN] Corrected several typos and incorrect parameters description that Sony's techinical writer found during review. 2017-06-06 22:58:01 +00:00
Index [index] Record C++17 global binding declarations 2017-06-15 21:19:01 +00:00
Lex Support non-identifier module names when preprocessing modules. 2017-06-19 23:09:36 +00:00
Parse [Parser][ObjC] Use an artificial EOF token while parsing lexed ObjC methods 2017-06-19 17:53:21 +00:00
Rewrite Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:29:40 +00:00
Sema [XRay][clang] Support capturing the implicit `this` argument to C++ class member functions 2017-06-16 03:22:09 +00:00
Serialization [ODRHash] Hash VarDecl members. 2017-06-16 02:44:29 +00:00
StaticAnalyzer [analyzer] Teach CloneDetection about Qt Meta-Object Compiler to filter auto generated files 2017-06-20 06:44:46 +00:00
Tooling Method loadFromCommandLine should be able to report errors 2017-05-24 11:57:37 +00:00
CMakeLists.txt