llvm-project/clang/lib
Douglas Gregor 1262b0636e Fix an corner-case assertion introduced by the refactoring in r112258;
when we're taking the address of a unresolvable value, it might be an
implicit member access. Fixes some Boost.Spirit regressions.

llvm-svn: 112487
2010-08-30 16:00:47 +00:00
..
AST Implement C++0x user-defined string literals. 2010-08-29 21:26:48 +00:00
Analysis Delete the relaxedLiveness object in the dtor of AnalysisContext. 2010-08-28 18:59:04 +00:00
Basic Fix a typo. 2010-08-26 21:27:06 +00:00
Checker Implement C++0x user-defined string literals. 2010-08-29 21:26:48 +00:00
CodeGen Two minor fixes to user-defined literals: 2010-08-30 09:27:16 +00:00
Driver Driver/Darwin: Switch back to old toolchain, looks like new one isn't quite 2010-08-26 01:41:44 +00:00
Frontend Predeclare class type_info in Microsoft mode, from Francois Pichet! 2010-08-30 14:44:26 +00:00
FrontendTool Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Headers fix incorrect MM_HINT_ definitions, PR8011 2010-08-27 20:10:06 +00:00
Index De-memberify the VarDecl and FunctionDecl StorageClass enums. 2010-08-26 03:08:43 +00:00
Lex Now that GCC will have #pragma push/pop (in GCC 4.6), allow the 2010-08-30 15:15:34 +00:00
Parse Implement C++0x user-defined string literals. 2010-08-29 21:26:48 +00:00
Rewrite Fix CMake dependencies 2010-08-30 14:31:03 +00:00
Sema Fix an corner-case assertion introduced by the refactoring in r112258; 2010-08-30 16:00:47 +00:00
Serialization Fix the memory leak of FloatingLiteral/IntegerLiteral. 2010-08-28 09:06:06 +00:00
CMakeLists.txt Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Makefile Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00