llvm-project/clang/lib/Parse
Alp Toker 01d65e1387 Simplify diagnostic tag type using the token kind formatter
As far as the parser is concerned the tag type is always a keyword.

llvm-svn: 198606
2014-01-06 12:54:41 +00:00
..
CMakeLists.txt [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on target_link_libraries() and LLVM_LINK_COMPONENTS. 2013-12-09 19:04:43 +00:00
Makefile
ParseAST.cpp Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. 2013-07-04 03:08:24 +00:00
ParseCXXInlineMethods.cpp ExpectAndConsume: Diagnose errors automatically 2014-01-01 03:08:43 +00:00
ParseDecl.cpp Parse: Token consumption modernization and loop de-nesting 2014-01-05 03:27:11 +00:00
ParseDeclCXX.cpp Simplify diagnostic tag type using the token kind formatter 2014-01-06 12:54:41 +00:00
ParseExpr.cpp Use token kind instead of '%select{.|->}0' in diagnostic 2014-01-06 11:30:41 +00:00
ParseExprCXX.cpp Don't use magic constants in the digraph diagnostic 2014-01-06 12:54:32 +00:00
ParseInit.cpp Support and use token kinds as diagnostic arguments 2013-12-24 09:48:30 +00:00
ParseObjc.cpp ExpectAndConsume: Diagnose errors automatically 2014-01-01 03:08:43 +00:00
ParseOpenMP.cpp Support and use token kinds as diagnostic arguments 2013-12-24 09:48:30 +00:00
ParsePragma.cpp Support and use token kinds as diagnostic arguments 2013-12-24 09:48:30 +00:00
ParsePragma.h Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. 2013-06-04 02:07:14 +00:00
ParseStmt.cpp ExpectAndConsume: Diagnose errors automatically 2014-01-01 03:08:43 +00:00
ParseTemplate.cpp Parse: Token consumption modernization and loop de-nesting 2014-01-05 03:27:11 +00:00
ParseTentative.cpp Remove OpenCL-specific type keywords and specifiers 2013-12-18 15:29:05 +00:00
Parser.cpp Rename getTokenSimpleSpelling() to getPunctuatorSpelling() 2014-01-06 12:54:07 +00:00
RAIIObjectsForParser.h ExpectAndConsume: Diagnose errors automatically 2014-01-01 03:08:43 +00:00