llvm-project/clang/lib
Rafael Espindola d47ac23154 Implement -pie.
llvm-svn: 119577
2010-11-17 22:26:15 +00:00
..
AST a metric ton of refactoring later, Sema::getLocationOfStringLiteralByte 2010-11-17 07:37:15 +00:00
Analysis Remove invalid assertion from CFG builder. When building the CFG pieces for a ternary '?' expression, 2010-11-15 22:59:22 +00:00
Basic Make sure to always check the result of 2010-11-12 07:15:47 +00:00
Checker In EvalArguments allow for evaluation of first argument always as a lvalue. Will be used for CXXOperatorCallExpr that represents method call. 2010-11-17 21:27:36 +00:00
CodeGen When forming the !srcloc mdnode for an inline asm, add the SourceLocations 2010-11-17 08:25:26 +00:00
Driver Implement -pie. 2010-11-17 22:26:15 +00:00
Frontend Fix source-range information for Objective-C properties. Previously, 2010-11-17 00:13:31 +00:00
FrontendTool Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
Headers turned pointers into pointers to const in function parameters in all functions/builtins accepting pointers to a const-qualified type according to PIM and "Language Extensions for CBEA" 2010-11-16 20:09:36 +00:00
Index Fix CMake clangIndex library dependencies, from Logan Chien 2010-09-20 18:32:29 +00:00
Lex move getSpelling from Preprocessor to Lexer, which it is more conceptually related to. 2010-11-17 07:26:20 +00:00
Parse For an Objective-C @synthesize statement, e.g., 2010-11-17 01:03:52 +00:00
Rewrite Kill CK_Unknown references in the ObjC rewriter. The actual 2010-11-15 09:46:46 +00:00
Sema Do not produce "purely informative" code completion results for 2010-11-17 21:36:08 +00:00
Serialization For an Objective-C @synthesize statement, e.g., 2010-11-17 01:03:52 +00:00
CMakeLists.txt Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Makefile Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00