llvm-project/clang/lib/Parse
Aaron Ballman 95d570335c Properly diagnose Microsoft __declspec attributes which have optional argument lists when the arguments are elided. eg)
__declspec(deprecated()) // error
__declspec(deprecated) // OK
__declspec(deprecated("")) // OK

llvm-svn: 206191
2014-04-14 16:44:26 +00:00
..
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +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 [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-12 05:09:18 +00:00
ParseCXXInlineMethods.cpp Rename getResultType() on function and method declarations to getReturnType() 2014-01-25 16:55:45 +00:00
ParseDecl.cpp Properly diagnose Microsoft __declspec attributes which have optional argument lists when the arguments are elided. eg) 2014-04-14 16:44:26 +00:00
ParseDeclCXX.cpp Properly diagnose standard C++ attributes which have optional argument lists when the arguments are elided. eg) 2014-04-14 16:03:22 +00:00
ParseExpr.cpp Add support for MSVC's __FUNCSIG__ 2014-04-08 18:13:24 +00:00
ParseExprCXX.cpp Improve error recovery around colon. 2014-04-13 16:52:03 +00:00
ParseInit.cpp PR19339: Disambiguate lambdas with init-captures from designated initializers 2014-04-13 04:31:48 +00:00
ParseObjc.cpp Objective-C. Improve diagnostic error for '@import' 2014-03-26 22:02:43 +00:00
ParseOpenMP.cpp [OPENMP] Implemented 'copyin' clause 2014-03-31 03:36:38 +00:00
ParsePragma.cpp [MS-ABI] Add support for #pragma section and related pragmas 2014-04-08 22:30:47 +00:00
ParseStmt.cpp Improve error recovery around colon. 2014-04-13 16:52:03 +00:00
ParseTemplate.cpp Improve error recovery around colon. 2014-04-13 16:52:03 +00:00
ParseTentative.cpp Add support for MSVC's __FUNCSIG__ 2014-04-08 18:13:24 +00:00
Parser.cpp [MS-ABI] Add support for #pragma section and related pragmas 2014-04-08 22:30:47 +00:00
RAIIObjectsForParser.h ExpectAndConsume: Diagnose errors automatically 2014-01-01 03:08:43 +00:00