..
CMakeLists.txt
CMake: LLVM_NO_RTTI must be obsolete now!
2011-02-10 09:15:32 +00:00
Makefile
BUILD_ARCHIVE is the default for libraries, no need to set it.
2010-07-18 00:14:47 +00:00
ParseAST.cpp
Construct 'Sema' object on the stack, so that crash recovery can recovery it's associated resources without walking over dead stack space.
2011-03-18 03:44:21 +00:00
ParseCXXInlineMethods.cpp
Make sure that we always pop a function's scope *before* we call
2011-03-16 17:05:57 +00:00
ParseDecl.cpp
Add support for language-specific address spaces. On top of that,
2011-03-18 22:38:29 +00:00
ParseDeclCXX.cpp
Use ElaboratedType also for C.
2011-03-16 20:16:18 +00:00
ParseExpr.cpp
Make sure that we always pop a function's scope *before* we call
2011-03-16 17:05:57 +00:00
ParseExprCXX.cpp
Fixes for some more expressions containing function templateids that
2011-03-12 01:48:56 +00:00
ParseInit.cpp
Implement support for pack expansions in initializer lists and
2011-01-03 19:31:53 +00:00
ParseObjc.cpp
Make sure that we always pop a function's scope *before* we call
2011-03-16 17:05:57 +00:00
ParsePragma.cpp
Rename tok::eom to tok::eod.
2011-02-28 02:37:51 +00:00
ParsePragma.h
OpenCL: add support for __kernel, kernel keywords and EXTENSION,
2011-02-14 01:42:53 +00:00
ParseStmt.cpp
Make sure that we always pop a function's scope *before* we call
2011-03-16 17:05:57 +00:00
ParseTemplate.cpp
Push nested-name-specifier source-location information into dependent
2011-03-02 00:47:37 +00:00
ParseTentative.cpp
Propagate the new exception information to FunctionProtoType.
2011-03-12 11:50:43 +00:00
Parser.cpp
Make sure that we always pop a function's scope *before* we call
2011-03-16 17:05:57 +00:00
RAIIObjectsForParser.h
Implement bracket insertion for Objective-C instance message sends as
2010-09-15 14:51:05 +00:00