llvm-project/clang/lib/Parse
Erik Verbruggen 795eee96b3 Fix invalid warnings for header guards in preambles
Fixes https://bugs.llvm.org/show_bug.cgi?id=33574

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

llvm-svn: 307134
2017-07-05 09:44:07 +00:00
..
CMakeLists.txt
ParseAST.cpp C++ Modules TS: add frontend support for building pcm files from module 2016-08-26 00:14:38 +00:00
ParseCXXInlineMethods.cpp Fix the location of "missing ';'" suggestions after annotation tokens. 2017-05-18 19:21:48 +00:00
ParseDecl.cpp fix trivial typos in comments; NFC 2017-07-02 06:12:49 +00:00
ParseDeclCXX.cpp [Modules] Implement ODR-like semantics for tag types in C/ObjC 2017-07-01 00:06:47 +00:00
ParseExpr.cpp fix trivial typos in comments; NFC 2017-07-02 06:12:49 +00:00
ParseExprCXX.cpp [NFC, Refactor] Modernize TemplateIdAnnotation using TrailingObjects 2017-05-23 01:07:12 +00:00
ParseInit.cpp Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-01 21:23:52 +00:00
ParseObjc.cpp Add a fixit for -Wobjc-protocol-property-synthesis 2017-07-03 10:12:24 +00:00
ParseOpenMP.cpp Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-01 21:26:38 +00:00
ParsePragma.cpp Add support for #pragma clang section 2017-06-05 10:11:57 +00:00
ParseStmt.cpp Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-01 21:28:26 +00:00
ParseStmtAsm.cpp Spelling mistakes in comments. NFCI. (PR27635) 2017-03-30 14:13:19 +00:00
ParseTemplate.cpp [Sema] Fix a crash-on-invalid when a template parameter list has a class 2017-06-26 18:46:12 +00:00
ParseTentative.cpp Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-01 21:29:45 +00:00
Parser.cpp Fix invalid warnings for header guards in preambles 2017-07-05 09:44:07 +00:00