llvm-project/clang/lib
Joerg Sonnenberger 3042f7e7a1 Always set the C suffix macro, even if it is empty.
llvm-svn: 213299
2014-07-17 19:47:34 +00:00
..
ARCMigrate Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
AST Handle __assume in the VoidExprEvaluator 2014-07-17 14:49:58 +00:00
ASTMatchers Remove llvm:: from uses of ArrayRef. 2014-06-28 23:22:23 +00:00
Analysis Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt. 2014-07-15 11:37:03 +00:00
Basic [OPENMP] Initial parsing and sema analysis of 'mergeable' clause. 2014-07-17 12:47:03 +00:00
CodeGen [UBSan] Add !nosanitize metadata to the code generated by UBSan. 2014-07-17 18:46:27 +00:00
Driver Using a std::string instead of a StringRef because the Default case synthesizes a temporary std::string from a Twine. Assigning that into a StringRef causes the StringRef to refer to a temporary, and bad things happen. 2014-07-17 13:28:50 +00:00
Edit [CMake] Reorder libdeps by alphabetical order. 2014-07-14 04:59:27 +00:00
Format clang-format: Fix parsing of conditional expressions. 2014-07-17 12:22:04 +00:00
Frontend Always set the C suffix macro, even if it is empty. 2014-07-17 19:47:34 +00:00
FrontendTool Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
Headers ARM: Add ACLE memory barrier intrinsic mapping 2014-07-17 12:45:17 +00:00
Index Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
Lex Fix case-sensitivity of inferred framework modules 2014-07-14 19:45:12 +00:00
Parse Wrap a comment to 80 columns, no code change. 2014-07-17 18:19:30 +00:00
Rewrite Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
Sema Objective-C. deprecated attribute is not inherited on methods 2014-07-17 17:05:04 +00:00
Serialization [OPENMP] Initial parsing and sema analysis of 'mergeable' clause. 2014-07-17 12:47:03 +00:00
StaticAnalyzer [OPENMP] Parsing/Sema analysis of directive 'master' 2014-07-17 08:54:58 +00:00
Tooling Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00