llvm-project/clang/lib/Parse
Dmitri Gribenko 27cb3dd085 ArrayRef'ize Sema::CodeCompleteConstructorInitializer
Patch by Robert Wilhelm.

llvm-svn: 184675
2013-06-23 22:58:02 +00:00
..
CMakeLists.txt Use attribute argument information to determine when to parse attribute arguments as expressions. 2013-05-02 23:25: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 Try harder to be signal-safe inside our signal handler. The most prominent behavioural 2013-03-25 21:24:30 +00:00
ParseCXXInlineMethods.cpp Add null check (resolves PR16423) 2013-06-23 07:37:13 +00:00
ParseDecl.cpp Bug Fix: Template explicit instantiations should not have definitions (FixIts yet to be tested.) 2013-06-21 00:08:46 +00:00
ParseDeclCXX.cpp ArrayRef'ize Sema::CodeCompleteConstructorInitializer 2013-06-23 22:58:02 +00:00
ParseExpr.cpp Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None 2013-05-05 00:41:58 +00:00
ParseExprCXX.cpp PR16094: I should have known Obj-C init-capture disambiguation couldn't be 2013-05-21 22:21:19 +00:00
ParseInit.cpp Replace 'MultiExprArg()' with 'None' 2013-05-05 20:40:26 +00:00
ParseObjc.cpp ArrayRef'ize Sema::CodeComplete* 2013-06-16 03:47:57 +00:00
ParseOpenMP.cpp OpenMP threadprivate with qualified names. 2013-05-13 04:18:18 +00:00
ParsePragma.cpp Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. 2013-06-04 02:07:14 +00:00
ParsePragma.h Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. 2013-06-04 02:07:14 +00:00
ParseStmt.cpp Update to pass in pointers intead of references. 2013-06-18 07:22:05 +00:00
ParseTemplate.cpp Instantiation bug fix extension (cf. r184503) -- minor code fixes, including a typo that caused a runtime assertion after firing diagnosis for class definitions, with the 'template' keyword as template header, in friend declarations. 2013-06-22 13:56:11 +00:00
ParseTentative.cpp Adding in parsing and the start of semantic support for __sptr and __uptr pointer type qualifiers. This patch also fixes the correlated __ptr32 and __ptr64 pointer qualifiers so that they are truly type attributes instead of declaration attributes. 2013-05-22 23:25:32 +00:00
Parser.cpp Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. 2013-06-04 02:07:14 +00:00
RAIIObjectsForParser.h OpenMP threadprivate with qualified names. 2013-05-13 04:18:18 +00:00