Dmitri Gribenko 050315bfd0 ArrayRef'ize Sema::CodeComplete* 12 年之前
..
CMakeLists.txt 92eb7d847c Use attribute argument information to determine when to parse attribute arguments as expressions. 12 年之前
Makefile 9638eef7e3 BUILD_ARCHIVE is the default for libraries, no need to set it. 15 年之前
ParseAST.cpp cdd81e5a68 Try harder to be signal-safe inside our signal handler. The most prominent behavioural 12 年之前
ParseCXXInlineMethods.cpp 098b8140c0 Keep the parser's template depth up to date when parsing local templates and 12 年之前
ParseDecl.cpp 6b759f4d3c Suppress the c++11 -Wdeprecated warning for 'register' if it is expanded from a 12 年之前
ParseDeclCXX.cpp 79f4bb7aad Add -Wdeprecated warnings and fixits for things deprecated in C++11: 12 年之前
ParseExpr.cpp 5543169296 Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None 12 年之前
ParseExprCXX.cpp 440d456c5c PR16094: I should have known Obj-C init-capture disambiguation couldn't be 12 年之前
ParseInit.cpp 62ed889272 Replace 'MultiExprArg()' with 'None' 12 年之前
ParseObjc.cpp 050315bfd0 ArrayRef'ize Sema::CodeComplete* 12 年之前
ParseOpenMP.cpp 6af701f29b OpenMP threadprivate with qualified names. 12 年之前
ParsePragma.cpp a7ff62f944 Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. 12 年之前
ParsePragma.h a7ff62f944 Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. 12 年之前
ParseStmt.cpp 1fcf31efaf Update for LLVM interface change in r181680. 12 年之前
ParseTemplate.cpp 688f9866c7 Fix the parser's updating of the template depth when parsing local templates and late-parsed templates. 12 年之前
ParseTentative.cpp aa9df09729 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. 12 年之前
Parser.cpp a7ff62f944 Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. 12 年之前
RAIIObjectsForParser.h 6af701f29b OpenMP threadprivate with qualified names. 12 年之前