clang-1/lib
Eli Friedman 50f089a6e1 Make sure the __invoke function for lambdas returns properly. Per bug report on IRC>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170160 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-13 23:37:17 +00:00
..
ARCMigrate [arcmt] When capturing ARC errors, have a sanity check to make sure 2012-12-12 22:48:28 +00:00
AST Rename StmtDumper to ASTDumper. 2012-12-13 13:59:55 +00:00
ASTMatchers Implements multiple parents in the parent map. 2012-12-06 14:42:48 +00:00
Analysis Thread-safety analysis: check member access on guarded non-primitive types. 2012-12-08 03:46:30 +00:00
Basic Remove little endian specification from SPIR data layout - SPIR doesn't define endiannes in the data layout. 2012-12-13 13:22:48 +00:00
CodeGen Make sure the __invoke function for lambdas returns properly. Per bug report on IRC> 2012-12-13 23:37:17 +00:00
Driver Add support for current Ubuntu Quantal and the upcoming Raring. 2012-12-13 20:26:05 +00:00
Edit Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
Format Addi formatting tests for pointer template parameters. 2012-12-10 18:59:13 +00:00
Frontend Revert 170049 because it fails with an assertion on one of the spec2000 workloads. 2012-12-13 19:58:10 +00:00
FrontendTool Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00
Headers Code cleanup: Remove trailing whitespace in unwind.h. 2012-11-14 06:33:58 +00:00
Lex Don't warn about disabled macro expansion if we see the name of a function-like macro which isn't immediately followed by '('. FreeBSD's stdio.h #defines foo(x) to (foo)(x), apparently. 2012-12-12 02:46:14 +00:00
Parse Use @import rather than @__experimental_modules_import, since the 2012-12-11 22:11:52 +00:00
Rewrite Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it, 2012-12-13 01:43:21 +00:00
Sema Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it, 2012-12-13 01:43:21 +00:00
Serialization [PCH] Make the new PCH format (control block) backwards compatible and 2012-12-13 21:38:23 +00:00
StaticAnalyzer [analyzer] Fix doc error (wrong param name) in ObjCSuperCallChecker. 2012-12-13 18:26:05 +00:00
Tooling Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00