llvm-project/clang/lib
Ben Langmuir 443913f4d6 [index] Remove redundancy between symbol kind and language
Condense the ObjCKIND and CXXKIND options into just KIND, since the
language was already specified on a per-symbol basis and this
information was redundant. This only changes the internal
representation; naturally the libclang interface remains the same.

llvm-svn: 264423
2016-03-25 17:01:59 +00:00
..
ARCMigrate Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes. 2016-02-10 19:11:58 +00:00
AST [modules] Store mangling numbers in a deterministic order so they don't cause the resulting .pcm files to be nondeterministic. 2016-03-21 22:33:02 +00:00
ASTMatchers [ASTMatchers] Add own version of VariadicFunction. 2016-03-25 16:29:30 +00:00
Analysis P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loops to differ. 2016-03-20 10:33:40 +00:00
Basic Fix a missing comma between two string literals. 2016-03-24 18:29:24 +00:00
CodeGen CGLoopInfo: Use the MD_loop metadata kind from r264371, NFC 2016-03-25 00:38:14 +00:00
Driver Modules builds are necessarily compile actions, but they don't 2016-03-24 00:34:02 +00:00
Edit Remove autoconf support 2016-01-26 21:30:40 +00:00
Format Added support for different VFSs in format::getStyle. Disable platform-related test case for MS compilers to avoid breaking buildbot. 2016-03-24 13:22:42 +00:00
Frontend The time when -faltivec (or, on clang only, -maltivec) will magically 2016-03-24 01:26:08 +00:00
FrontendTool Make it possible for AST plugins to enable themselves by default 2016-03-15 12:51:40 +00:00
Headers [CUDA] Don't define __NVCC__. 2016-03-23 22:42:27 +00:00
Index [index] Remove redundancy between symbol kind and language 2016-03-25 17:01:59 +00:00
Lex Add replacement = "xxx" to AvailabilityAttr. 2016-03-21 17:30:55 +00:00
Parse Add replacement = "xxx" to AvailabilityAttr. 2016-03-21 17:30:55 +00:00
Rewrite Remove use of builtin comma operator. 2016-02-18 22:34:54 +00:00
Sema Fix nondeterminism in computation of builtin operator overload sets. 2016-03-25 00:08:53 +00:00
Serialization [modules] Store a local offset to DeclContext lexical and visible contents. Saves a few bytes for each primary DeclContext. 2016-03-25 01:17:43 +00:00
StaticAnalyzer [analyzer] Fix typo s/initalize/initialize/ 2016-03-23 16:14:12 +00:00
Tooling Add functions to apply replacements and reformat them. 2016-03-01 12:37:30 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00