llvm-project/clang/lib/Parse
Serge Pavlov 0c50319927 [Parser] Change parameter type from int to enum
Some parser functions accept argument of type unsigned while it is
actually of type DeclSpec::TST. No functional changes.

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

llvm-svn: 367545
2019-08-01 11:46:28 +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 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 [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