llvm-project/clang/lib
Fangrui Song 1acf129bcf [Frontend] Delete a redundant check of -pg for setFramePointer()
Driver errors if -fomit-frame-pointer is used together with -pg.
useFramePointerForTargetByDefault() returns true if -pg is specified.
=>
(!OmitFP && useFramePointerForTargetByDefault(Args, Triple)) is true
=>
We cannot get FramePointerKind::None
2020-02-01 00:29:29 -08: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 Don't assume a reference refers to at least sizeof(T) bytes. 2020-01-31 19:08:17 -08:00
ASTMatchers [ASTMatchers] Add hasPlacementArg and hasAnyPlacementArg traversal matcher for CXXNewExpr 2020-01-30 10:16:04 +00:00
Analysis Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Basic Fix conversions in clang and examples 2020-01-29 02:48:15 +01:00
CodeGen Don't assume a reference refers to at least sizeof(T) bytes. 2020-01-31 19:08:17 -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 Implement -fsemantic-interposition 2020-01-31 14:02:33 +01: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] Fixes for spaces around C# object initializers 2020-01-31 14:22:01 +00:00
Frontend [Frontend] Delete a redundant check of -pg for setFramePointer() 2020-02-01 00:29: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 [Concepts] Fix isDeclarationSpecifier to detect type-constraints correctly 2020-01-31 20:08:13 +02:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema Don't warn about missing declarations for partial template specializations 2020-02-01 00:06:03 +01:00
Serialization Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01: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