llvm-project/clang/include/clang
Richard Smith 9ce302ed9c PR5066: If a declarator cannot have an identifier, and cannot possibly be
followed by an identifier, then diagnose an identifier as being a bogus part of
the declarator instead of tripping over it. Improves diagnostics for cases like

  std::vector<const int *p> my_vec;

llvm-svn: 186061
2013-07-11 05:10:21 +00:00
..
ARCMigrate ObjC migrator: Add -objcmt-migrate-property to do property 2013-07-09 16:59:14 +00:00
AST Documentation fixes - the rest of DeclCXX.h: 2013-07-11 05:01:16 +00:00
ASTMatchers Fixed source range for functional cast and unresolved construct expr nodes. 2013-07-07 06:41:54 +00:00
Analysis Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. 2013-07-04 03:08:24 +00:00
Basic PR5066: If a declarator cannot have an identifier, and cannot possibly be 2013-07-11 05:10:21 +00:00
CodeGen Pass the target options through to code generation. 2013-02-14 08:09:20 +00:00
Config use DEFAULT_SYSROOT 2012-04-16 04:16:43 +00:00
Driver ObjC migrator: Add -objcmt-migrate-property to do property 2013-07-09 16:59:14 +00:00
Edit [Objective-C migrator] replace candidate user setter/getter with 2013-07-08 21:42:08 +00:00
Format Add experimental flag for adaptive parameter bin-packing. 2013-07-10 14:02:49 +00:00
Frontend ObjC migrator: Add -objcmt-migrate-property to do property 2013-07-09 16:59:14 +00:00
FrontendTool
Lex Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. 2013-07-04 03:08:24 +00:00
Parse Use SmallVectorImpl& for function arguments instead of SmallVector. 2013-07-05 19:34:19 +00:00
Rewrite Port HTMLDiagnostics to PathV2. No intended functionality change. 2013-06-12 18:13:05 +00:00
Sema PR5066: If a declarator cannot have an identifier, and cannot possibly be 2013-07-11 05:10:21 +00:00
Serialization Use SmallVectorImpl& for function arguments instead of SmallVector. 2013-07-05 19:34:19 +00:00
StaticAnalyzer [analyzer] Fix stale comment in CallEvent. 2013-06-21 00:58:51 +00:00
Tooling ClangTool: strip -o from the command line 2013-06-06 11:52:19 +00:00
CMakeLists.txt Instantiate dependent attributes when instantiating templates. 2012-01-20 22:37:06 +00:00
Makefile make: fix installation of generated header files 2012-02-01 22:23:31 +00:00