llvm-project/clang/lib
Devang Patel 67eba80672 If there is not any debug info for type then do not emit debug info for this variable.
A recent change to tightly verify debug info prepared by FE caught this.
This fixes unittest build.

llvm-svn: 103320
2010-05-07 23:05:55 +00:00
..
AST The FP constant evaluator was missing a few cases of unary operators that return floats 2010-05-07 22:08:54 +00:00
Analysis Unbreak CMake build. 2010-05-05 05:41:05 +00:00
Basic clean up isBeforeInTranslationUnit by factoring out some common 2010-05-07 20:35:24 +00:00
Checker Turn -analyzer-inline-call on for C functions. This also fixed a bug that 2010-05-06 03:38:27 +00:00
CodeGen If there is not any debug info for type then do not emit debug info for this variable. 2010-05-07 23:05:55 +00:00
Driver Handle -ffunction-sections and -fdata-sections in the driver. 2010-05-06 21:06:04 +00:00
Frontend Introduce a recursive AST visitor that makes it trivial to recursively 2010-05-07 22:11:34 +00:00
Headers logical ops, unary ops, pairwise ops 2010-04-30 00:46:57 +00:00
Index Overhaul the AST representation of Objective-C message send 2010-04-21 00:45:42 +00:00
Lex Add '__has_feature' support for weak ObjC classes. 2010-04-29 02:06:46 +00:00
Parse Fixed DISABLE_SMART_POINTERS breakage 2010-05-06 21:39:56 +00:00
Rewrite Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient 2010-04-16 18:49:45 +00:00
Runtime build: Add CLANG_NO_RUNTIME build variable, which disables building clang 2010-04-28 23:36:26 +00:00
Sema Reapply the reference-binding patch applied below, along with a fix to 2010-05-07 19:42:26 +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