llvm-project/clang/lib
Nico Weber 323076f439 Eli says this should check MicrosoftMode instead.
Also change a || that I accidentally changed to && back to ||.

llvm-svn: 148677
2012-01-23 04:01:33 +00:00
..
ARCMigrate arg migrator: change all "assign" of object properties 2012-01-21 00:43:53 +00:00
AST More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
Analysis Handle thread safety attributes on functions with separate definitions and declarations. 2012-01-20 23:24:41 +00:00
Basic rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
CodeGen Add an assertion that our use-marking actually covers all uses of a variable. The assertion doesn't cover quite as much as it should, but it's a good start, at least. 2012-01-21 04:52:58 +00:00
Driver [Cygwin] Abandon Cygwin-1.5 and g++-3. Use g++-4.3 and higher on Cygwin-1.7. 2012-01-21 14:46:01 +00:00
Frontend lib/Frontend/InitHeaderSearch.cpp: [Cygwin] Add 4.5.3. 2012-01-21 14:46:07 +00:00
FrontendTool Remove unnecessary default cases in switches over enums. 2012-01-17 02:30:50 +00:00
Headers Extend unwind.h with the ARM unwinder interface. 2012-01-19 11:39:05 +00:00
Index More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
Lex Enhance Lexer::makeFileCharRange to check for ranges inside a macro argument 2012-01-20 16:52:43 +00:00
Parse Remove redundant argument. 2012-01-21 05:43:40 +00:00
Rewrite Per PR 11814, use Monospace instead of Andale Mono. 2012-01-20 20:39:55 +00:00
Sema Eli says this should check MicrosoftMode instead. 2012-01-23 04:01:33 +00:00
Serialization Optimize unqualified/global name lookup in modules by introducing a 2012-01-18 20:56:22 +00:00
StaticAnalyzer [analyzer] It's possible to have a non PointerType expression evaluate to a Loc value. When this happens, use the default type. 2012-01-21 06:59:01 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00