llvm-project/clang/lib
Richard Trieu 1c71d5143a [ODRHash] Revert r307743 which reverted r307720
Reapply r307720 to allow processing of constructors and destructors.  Reuse
the diagnostics for CXXMethodDecl for them.

llvm-svn: 308077
2017-07-15 02:55:13 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST [ODRHash] Revert r307743 which reverted r307720 2017-07-15 02:55:13 +00:00
ASTMatchers [ASTMatchers] Fix use after free. 2017-06-09 17:55:42 +00:00
Analysis [clang] Fix handling of "%zd" format specifier 2017-07-14 22:57:00 +00:00
Basic [X86] Add 'movbe' to btver2 CPU. 2017-07-14 06:36:17 +00:00
CodeGen Change dyn_casts with unused variables to isa statements to avoid unused variables. 2017-07-14 01:42:57 +00:00
Driver Unconditionally use .init_array instead of .ctors on Solaris. 2017-07-14 17:49:52 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format [clang-format] Keep level of comment before an empty line 2017-07-12 15:21:43 +00:00
Frontend [clang] buildFixItInsertionLine should use Hints of the same FID and LineNo 2017-07-12 16:25:40 +00:00
FrontendTool Add -frewrite-imports flag. 2017-06-09 21:24:02 +00:00
Headers [DOXYGEN] Corrected typos and incorrect parameters description. 2017-07-12 20:18:55 +00:00
Index [index] Added a method indexTopLevelDecls to run indexing on a list of Decls. 2017-07-14 10:47:45 +00:00
Lex Keep the IdentifierInfo in the Token for alternative operator keyword 2017-07-14 09:23:40 +00:00
Parse [index] Objective-C method declarations and message sends with 2017-07-13 10:50: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 Change dyn_casts with unused variables to isa statements to avoid unused variables. 2017-07-14 01:42:57 +00:00
Serialization [ODRHash] Revert r307743 which reverted r307720 2017-07-15 02:55:13 +00:00
StaticAnalyzer [analyzer] Add annotation for functions taking user-facing strings 2017-07-14 10:24:36 +00:00
Tooling Prevent ClangTools from generating dependency files. 2017-07-14 18:33:30 +00:00
CMakeLists.txt