hanchenye-llvm-project/clang/lib
Argyrios Kyrtzidis db4698352e [index] Rename SymbolSubKind -> SymbolProperty, NFC.
This better reflects what it represents.

llvm-svn: 286680
2016-11-11 23:49:55 +00:00
..
ARCMigrate Fix Clang-tidy readability-redundant-string-cstr warnings 2016-11-02 10:39:27 +00:00
AST [c++1z] Add constant-folding support for strcmp, strncmp, and memcmp, to 2016-11-11 23:43:35 +00:00
ASTMatchers [AST] Convert Marshallers to use unique_ptr. 2016-10-10 16:26:40 +00:00
Analysis [ReachableCode] Skip over ExprWithCleanups in isConfigurationValue 2016-11-01 00:19:04 +00:00
Basic Define __ANDROID_API__ when specified as part of an Android target. 2016-11-11 01:29:39 +00:00
CodeGen [tsan][clang] Introduce a function attribute to disable TSan checking at run time 2016-11-11 23:22:44 +00:00
Driver Tread TSan LLVM flags to driver: add TSan controlling flags to clang. 2016-11-11 23:17:36 +00:00
Edit [OpenCL] Generate opaque type for sampler_t and function call for the initializer 2016-07-28 19:26:30 +00:00
Format [clang-format] Fix PR30527: Regression when clang-format insert spaces in [] when in template 2016-11-10 21:49:25 +00:00
Frontend Add a new optimization option -Og 2016-11-11 17:29:56 +00:00
FrontendTool C++ Modules TS: add frontend support for building pcm files from module 2016-08-26 00:14:38 +00:00
Headers [PowerPC] Implement remaining permute builtins in altivec.h - Clang portion 2016-11-11 22:34:44 +00:00
Index [index] Rename SymbolSubKind -> SymbolProperty, NFC. 2016-11-11 23:49:55 +00:00
Lex Accept nullability qualifiers on array parameters. 2016-11-10 23:28:17 +00:00
Parse Accept nullability qualifiers on array parameters. 2016-11-10 23:28:17 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema Remove double setting of invalid flag. 2016-11-11 21:50:39 +00:00
Serialization [VFS] Replace TimeValue usage with std::chrono 2016-11-09 10:52:22 +00:00
StaticAnalyzer [analyzer] Teach RetainCountChecker about VTCompressionSessionEncodeFrame() 2016-11-11 21:31:38 +00:00
Tooling Deduplicate replacements by FileEntry instead of file names. 2016-11-07 06:08:23 +00:00
CMakeLists.txt