llvm-project/clang/lib
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
..
ARCMigrate remove a bunch of unused private methods 2014-03-23 17:12:37 +00:00
AST MS ABI: Bitfields FielDecls only align if they allocate 2014-04-13 08:15:50 +00:00
ASTMatchers Add support for named values in the parser. 2014-04-14 13:51:21 +00:00
Analysis Thread Safety Analysis: reorganized SExpr header files. No change in 2014-04-09 22:39:43 +00:00
Basic [SystemZ] Don't indent SystemZTargetInfo relative to its namespace 2014-04-10 09:56:24 +00:00
CodeGen Follow-up to r205999: Emit an artificial location (valid scope, line 0) 2014-04-11 23:45:01 +00:00
Driver Add -fmodules-strict-decluse to check that all headers are in modules 2014-04-11 11:47:45 +00:00
Edit Avoid a local Twine variable. 2014-03-29 16:54:24 +00:00
Format clang-format: Fix regression caused by r206165. 2014-04-14 13:15:29 +00:00
Frontend Add -fmodules-strict-decluse to check that all headers are in modules 2014-04-11 11:47:45 +00:00
FrontendTool Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
Headers intrin.h: Fix up bugs in the cr3 and msr intrinsics 2014-04-08 17:49:16 +00:00
Index libclang/libIndex: USR generation: mangle source location into USRs for macros, 2014-03-28 22:21:26 +00:00
Lex Add a test to distinguish between reserved tokens and normal identifiers. 2014-04-11 20:55:19 +00:00
Parse Properly diagnose Microsoft __declspec attributes which have optional argument lists when the arguments are elided. eg) 2014-04-14 16:44:26 +00:00
Rewrite Objective-C modern translator. Fix declaration of 2014-04-01 19:32:35 +00:00
Sema Improve error recovery around colon. 2014-04-13 16:52:03 +00:00
Serialization OnDiskHashTable: Make the iterable version separate. 2014-04-14 16:34:29 +00:00
StaticAnalyzer Add missing include. 2014-04-09 03:31:44 +00:00
Tooling Tooling: Move heavyweight vectors around instead of copying. 2014-03-20 12:48:36 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00