llvm-project/clang/lib
Luboš Luňák 398b4ed87d [clang] detect switch fallthrough marked by a comment (PR43465)
The regex can be extended if needed, but this should probably handle
most of the cases.

Differential Revision: https://reviews.llvm.org/D73852
2020-02-03 19:33:05 +01:00
..
ARCMigrate Fix more implicit conversions. Getting closer to having clang working with gcc 5 again 2020-01-29 02:57:59 +01:00
AST [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
ASTMatchers [clang] Add a missing change of bdbdf74822, fix the buildbot. 2020-02-03 13:43:26 +01:00
Analysis Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Basic [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
CodeGen Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition" 2020-02-03 10:09:39 -08:00
CrossTU [clang] Replace SmallStr.str().str() with std::string conversion operator. 2020-01-29 21:27:46 -08:00
DirectoryWatcher Fix another implicit conversion in the directory watcher 2020-01-28 15:28:22 -08:00
Driver [Driver] Move -fsemantic-interposition decision from cc1 to driver 2020-02-02 20:45:29 -08:00
Edit [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 2019-07-02 18:28:13 +00:00
Format [clang-format] Add option for not breaking line before ObjC params 2020-02-01 17:39:34 +00:00
Frontend [Driver] Move -fsemantic-interposition decision from cc1 to driver 2020-02-02 20:45:29 -08:00
FrontendTool Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Headers [CUDA] Assume the latest known CUDA version if we've found an unknown one. 2020-01-28 10:11:42 -08:00
Index [clang][index] Index the injected class name types. 2020-01-22 10:07:54 +01:00
Lex [clang] Replace SmallStr.str().str() with std::string conversion operator. 2020-01-29 21:27:46 -08:00
Parse [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema [clang] detect switch fallthrough marked by a comment (PR43465) 2020-02-03 19:33:05 +01:00
Serialization [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
StaticAnalyzer [analyzer] CheckerContext: Make the Preprocessor available 2020-01-30 17:05:52 +01:00
Tooling Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
CMakeLists.txt Reland [clang] DirectoryWatcher 2019-07-12 20:34:10 +00:00