llvm-project/clang/lib
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
..
ARCMigrate Replacing calls to getAttr with calls to hasAttr for clarity. No functional change intended -- this only replaces Boolean uses of getAttr. 2013-12-19 02:39:40 +00:00
AST Highlight the previous underlying enum type when diagnosing a mismatch 2014-01-06 11:31:18 +00:00
ASTMatchers [CMake] clang/lib: Prune redundant dependencies. 2013-12-10 02:36:22 +00:00
Analysis Only mark dump() function definitions 'used' in debug builds 2014-01-04 13:47:14 +00:00
Basic Support diagnostic formatting of keyword tokens 2014-01-06 12:54:18 +00:00
CodeGen [ms-cxxabi] Improve vbtable name mangling accuracy 2014-01-03 23:42:00 +00:00
Driver Remove a tab that snuck in. 2014-01-02 15:34:59 +00:00
Edit Add front-end infrastructure now address space casts are in LLVM IR. 2013-12-11 13:39:46 +00:00
Format clang-format: Spacing inside enum braces. 2014-01-05 13:23:23 +00:00
Frontend Move MS predefined type_info out of InitializePredefinedMacros 2014-01-04 15:25:02 +00:00
FrontendTool Bury leaked pointers in a global array to silence a leak detector in --disable-free mode 2013-12-27 08:11:08 +00:00
Headers [CMake][VS][XCode] Restruct the output directory layout more comfortable, ${BINARY_DIR}/${BUILD_MODE}/(bin|lib) 2013-12-30 06:48:30 +00:00
Index [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
Lex Switch over more of the parser to err_expected 2013-12-30 23:29:50 +00:00
Parse Simplify diagnostic tag type using the token kind formatter 2014-01-06 12:54:41 +00:00
Rewrite Implement MSVC header search algorithm in MicrosoftMode. 2013-12-27 19:46:16 +00:00
Sema Highlight the previous underlying enum type when diagnosing a mismatch 2014-01-06 11:31:18 +00:00
Serialization [objc] Refactor and improve functionality for the -Wunused-property-ivar warning. 2014-01-03 18:32:18 +00:00
StaticAnalyzer Only mark dump() function definitions 'used' in debug builds 2014-01-04 13:47:14 +00:00
Tooling CompilationDatabase.cpp:stripPositionalArgs(): Match not "no-integrated-as" but "-no-integrated-as", it really fixes r197229. 2013-12-14 06:03:28 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00