llvm-project/clang/lib/Parse
Erik Pilkington 06cccc5e6f Remove a dead diagnostic, NFC
This was issued in Objective-C 1 mode, but we not longer support that, so this
is just unreachable.

llvm-svn: 367708
2019-08-02 19:25:58 +00:00
..
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 [Parser] Change parameter type from int to enum 2019-08-01 11:46:28 +00:00
ParseDeclCXX.cpp [Parser] Change parameter type from int to enum 2019-08-01 11:46:28 +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 [Parser] Lambda capture lists can start with '*' 2019-07-30 19:21:20 +00:00
ParseObjc.cpp Remove a dead diagnostic, NFC 2019-08-02 19:25:58 +00:00
ParseOpenMP.cpp [Lex] Allow to consume tokens while preprocessing 2019-05-17 09:32:05 +00:00
ParsePragma.cpp [Clang] New loop pragma vectorize_predicate 2019-07-25 07:33:13 +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 [Parser] Change parameter type from int to enum 2019-08-01 11:46:28 +00:00