.. |
CMakeLists.txt
|
…
|
|
ParseAST.cpp
|
Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` compatible JSON profiling output dumps.
|
2019-03-30 08:42:48 +00:00 |
ParseCXXInlineMethods.cpp
|
Fix parameter name comments using clang-tidy. NFC.
|
2019-07-16 04:46:31 +00:00 |
ParseDecl.cpp
|
[OpenCL] Update comments/diagnostics to refer to C++ for OpenCL
|
2019-07-18 10:02:35 +00:00 |
ParseDeclCXX.cpp
|
Fix parameter name comments using clang-tidy. NFC.
|
2019-07-16 04:46:31 +00:00 |
ParseExpr.cpp
|
Fix parameter name comments using clang-tidy. NFC.
|
2019-07-16 04:46:31 +00:00 |
ParseExprCXX.cpp
|
Fix parameter name comments using clang-tidy. NFC.
|
2019-07-16 04:46:31 +00:00 |
ParseInit.cpp
|
Rearrange and clean up how we disambiguate lambda-introducers from ObjC
|
2019-05-20 18:01:54 +00:00 |
ParseObjc.cpp
|
Fix parameter name comments using clang-tidy. NFC.
|
2019-07-16 04:46:31 +00:00 |
ParseOpenMP.cpp
|
[Lex] Allow to consume tokens while preprocessing
|
2019-05-17 09:32:05 +00:00 |
ParsePragma.cpp
|
Fix parameter name comments using clang-tidy. NFC.
|
2019-07-16 04:46:31 +00:00 |
ParseStmt.cpp
|
Ignore trailing NullStmts in StmtExprs for GCC compatibility.
|
2019-07-09 15:02:07 +00:00 |
ParseStmtAsm.cpp
|
Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partition_point. NFC
|
2019-07-03 08:13:17 +00:00 |
ParseTemplate.cpp
|
Fix parameter name comments using clang-tidy. NFC.
|
2019-07-16 04:46:31 +00:00 |
ParseTentative.cpp
|
[C++20] add Basic consteval specifier
|
2019-06-14 08:56:20 +00:00 |
Parser.cpp
|
[Lex] Allow to consume tokens while preprocessing
|
2019-05-17 09:32:05 +00:00 |