llvm-project/clang/lib
Daniel Dunbar 6b03ecef0d ASTUnit: Ensure the CompilerInvocation object used in LoadFromCommandLine is
live as long as the ASTUnit. This is useful for clients which want to maintain
pointers to the LangOptions object which ultimately lives in the
CompilerInvocation, although it would be nice to make all of this ownership
stuff more explicit and obvious.

llvm-svn: 94924
2010-01-30 21:47:16 +00:00
..
AST Fix thinko. 2010-01-30 20:48:08 +00:00
Analysis Recognize 'q' as a format length modifier (from BSD). 2010-01-30 15:49:20 +00:00
Basic Simplify FreeBSD version parsing. 2010-01-30 19:55:01 +00:00
Checker Move more naming conventions logic out of the retain/release checker to CocoaConventions.h. 2010-01-27 18:00:17 +00:00
CodeGen More asm cleanup. 2010-01-30 20:05:21 +00:00
Driver Use StringRef instead of returning a temporary std::string. 2010-01-30 15:01:47 +00:00
Frontend ASTUnit: Ensure the CompilerInvocation object used in LoadFromCommandLine is 2010-01-30 21:47:16 +00:00
Headers fix a bug in the _MM_TRANSPOSE4_PS definition, patch by Brian Sumner from 2010-01-27 07:54:50 +00:00
Index -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
Lex Fix subtle bug in Preprocessor::AdvanceToTokenCharacter(): use '+=' instead of '='. 2010-01-29 19:38:24 +00:00
Parse Fixit to remove 'volatile' in file-scope 'asm volatile'. 2010-01-25 23:12:50 +00:00
Rewrite Fixes a rewrite bug rewriting nested ivars reference. 2010-01-28 01:41:20 +00:00
Runtime clang/Darwin: Update for rename of 10.4 static runtime library. 2010-01-20 02:35:02 +00:00
Sema More asm cleanup. 2010-01-30 20:05:21 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00