hanchenye-llvm-project/clang/lib/Parse
Richard Smith f7ca0c0382 Update GCC attribute argument parsing comment to better reflect what's going on
here.

llvm-svn: 189838
2013-09-03 18:57:36 +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
ParseAST.cpp Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. 2013-07-04 03:08:24 +00:00
ParseCXXInlineMethods.cpp Remove Inheritable/NonInheritable flags from ProcessDeclAttributes. They don't 2013-08-29 00:47:48 +00:00
ParseDecl.cpp Update GCC attribute argument parsing comment to better reflect what's going on 2013-09-03 18:57:36 +00:00
ParseDeclCXX.cpp Consolidating the notion of a GNU attribute parameter with the attribute argument list. 2013-08-31 01:11:41 +00:00
ParseExpr.cpp Fix Altivec vector literal parser hack for C++11. 2013-08-13 23:38:34 +00:00
ParseExprCXX.cpp Revert "Implement a rudimentary form of generic lambdas." 2013-08-22 12:12:24 +00:00
ParseInit.cpp Replace 'MultiExprArg()' with 'None' 2013-05-05 20:40:26 +00:00
ParseObjc.cpp This patch removes unused parameter allProperties and converts remaining 2013-07-16 15:33:19 +00:00
ParseOpenMP.cpp Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'" 2013-09-03 14:33:09 +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 const'ify Sema::ActOnCXXTryBlock by 2013-08-22 09:20:03 +00:00
ParseTemplate.cpp Parse: Do not 'HandleTopLevelDecl' on templated functions. 2013-08-16 08:29:13 +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 Revert "Implement a rudimentary form of generic lambdas." 2013-08-22 12:12:24 +00:00
RAIIObjectsForParser.h OpenMP threadprivate with qualified names. 2013-05-13 04:18:18 +00:00