llvm-project/clang/lib
Benjamin Kramer 43a645cd93 Try to unbreak MSVC build.
llvm-svn: 94951
2010-01-31 09:01:55 +00:00
..
AST Try to unbreak MSVC build. 2010-01-31 09:01:55 +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 When performing a derived-to-base cast that we know will not change the offset, we don't need to null check the input pointer. Fixes PR5965. 2010-01-31 02:39:02 +00:00
Driver Simplify. 2010-01-30 23:31:57 +00:00
Frontend Use IdentifierInfo * instead of std::string for the AsmStmt names. 2010-01-30 22:25: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 Use IdentifierInfo * instead of std::string for the AsmStmt names. 2010-01-30 22:25:16 +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 Handle instantiation of templates with non-type arguments expressed with an 2010-01-31 07:09:11 +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