llvm-project/clang/lib
Ted Kremenek 1624a4784a Fix PR 4988 by removing an invalid assertion (a function can be referenced in
GRExprEngine::VisitDeclRefExpr without 'asLValue' being true).

llvm-svn: 82598
2009-09-23 01:30:01 +00:00
..
AST If we already set a primary base, don't set it to the first nearly empty base class. 2009-09-22 19:16:59 +00:00
Analysis Fix PR 4988 by removing an invalid assertion (a function can be referenced in 2009-09-23 01:30:01 +00:00
Basic Reconcile Clang/ARM target data string with llvm-gcc (module eabi weirdness). 2009-09-22 21:44:58 +00:00
CodeGen Move codegen of new and delete to CGCXXExpr.cpp 2009-09-22 22:53:17 +00:00
Driver Push "clang-is-production" logic up to tools/driver, and make it hittable by 2009-09-22 22:31:13 +00:00
Frontend Update PCH serialization of FunctionDecl flags. 2009-09-22 05:38:14 +00:00
Headers Make our char vector types not be explicitly signed to match GCC and to fix compilation with C++ and -fno-lax-vector-conversions 2009-09-18 19:18:19 +00:00
Index Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Lex Replace the -code-completion-dump option with 2009-09-22 21:11:38 +00:00
Parse In C++, a variadic function does not need an ellipsis prior to the comma. Parse it in both C and C++, but diagnose it as an error in C with a fix-it hint to add the comma. 2009-09-22 21:41:40 +00:00
Rewrite Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Sema Produce detailed diagnostics when overload 2009-09-23 00:58:07 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00