clang-1/lib
Ted Kremenek 2a6af6b787 Default synthesized ivars don't really have a location in the source. Using the location of the @implementation
is just confusing for clients that want to use SourceLocations for syntactic references.

Fixes: <rdar://problem/8470540>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114714 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-24 01:23:01 +00:00
..
AST Implement -Wpadded and -Wpacked. 2010-09-22 14:32:24 +00:00
Analysis Added: 2010-09-21 05:58:15 +00:00
Basic Fixed pr20314-2.c failure, added E, F, p constraint letters. 2010-09-21 22:04:54 +00:00
Checker Refactor GRExprEngine::VisitCall() to use EvalArguments(), just like VisitCXXMemberCallExpr(). Ideally we should unify these code paths as much as possible, since they only differ by a few details. 2010-09-23 05:14:51 +00:00
CodeGen IRgen/ABI/ARM: Return large vectors in memory. 2010-09-23 01:54:32 +00:00
Driver Revert r114712 due to failure on darwin buildbot. 2010-09-24 00:46:53 +00:00
Frontend Synchronize globally-cached code completion results with the results 2010-09-23 23:01:17 +00:00
FrontendTool Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
Headers formatted everything to fit within 80 columns 2010-09-18 00:39:16 +00:00
Index Fix CMake clangIndex library dependencies, from Logan Chien 2010-09-20 18:32:29 +00:00
Lex Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
Parse Refactor code completion for expressions that occur as arguments in 2010-09-20 23:34:21 +00:00
Rewrite Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
Sema Default synthesized ivars don't really have a location in the source. Using the location of the @implementation 2010-09-24 01:23:01 +00:00
Serialization Change source manager serialization to be less tied to the PCH model. 2010-09-22 20:19:08 +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