llvm-project/clang/lib
Douglas Gregor d26129a98a Fix the #include search path when reading from stdin, from Jon Simons!
Fixes PR4897.

llvm-svn: 110440
2010-08-06 12:06:13 +00:00
..
AST Introduce implicit conversions between AltiVec vectors and GCC 2010-08-06 10:14:59 +00:00
Analysis Remove bonehead redeclaration. 2010-08-05 00:03:46 +00:00
Basic fix the va_list definition for vc++64, patch by Cameron Esfahani! 2010-08-05 20:04:20 +00:00
Checker If all nodes are sunk, bail out early. This make the later check for checkersEvaluated really meaningful. 2010-08-06 04:20:59 +00:00
CodeGen vdup_lane was missing 2010-08-06 01:24:57 +00:00
Driver Driver: Don't forward any -g options to GCC, when using it to drive the 2010-08-03 16:14:14 +00:00
Frontend Remove the DeclaredInCondition bit now that it's no longer used. 2010-08-06 05:43:55 +00:00
Headers Fix AVX 256-bit intrinsics headers by using the right cast type while dealing with logical ops 2010-08-05 23:04:58 +00:00
Index Remove unused location-to-AST-node resolver. libclang's implementation supercedes it 2010-07-19 16:18:30 +00:00
Lex Fix the #include search path when reading from stdin, from Jon Simons! 2010-08-06 12:06:13 +00:00
Parse Introduce a new token kind 'cxx_defaultarg_end' to mark the end of C++ default arguments that were part of 2010-08-06 09:47:24 +00:00
Rewrite Initialize block's imported variable(s) in 2010-07-28 23:27:30 +00:00
Sema Diagnose the use of "inline" on block-scope function declarations in 2010-08-06 11:44:10 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Move lib/Runtime to runtime/, and build after everything else. 2010-06-30 22:10:38 +00:00