summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass false instead of 0 since isStar parameter of getArray has type bool. No ...Nikola Smiljanic2013-01-111-1/+1
* PR14855: don't silently swallow a nested-name-specifier after a type name.Richard Smith2013-01-081-1/+5
* s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith2013-01-021-12/+12
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-17/+17
* Remove unused arguments and rename to conform to coding standards.Chad Rosier2012-12-211-4/+4
* Indent.Chad Rosier2012-12-211-2/+1
* Remove unnecessary checks.Chad Rosier2012-12-211-6/+3
* Use the MaybeParseMicrosoftAttributes function.Chad Rosier2012-12-201-2/+1
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-8/+8
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-8/+8
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-0/+48
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-48/+0
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-0/+48
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-3/+3
* Don't include Type.h in DeclarationName.h.Benjamin Kramer2012-12-011-0/+1
* Improve diagnostic on C++11 attribute specifiers that appear at wrong syntact...Michael Han2012-11-261-5/+32
* Made the "expected string literal" diagnostic more expressiveAndy Gibbs2012-11-171-1/+2
* Accept and pass arguments to __unknown_anytype in argumentJohn McCall2012-11-141-0/+6
* Teach Clang parser to reject C++11 attributes that appertain to declaration s...Michael Han2012-11-061-1/+19
* Thread safety analysis: Fixed ICE caused by double delete when late parsedDeLesley Hutchins2012-11-021-2/+5
* Change diagnostics for enums with fixed underlying type so in C++98 mode, we ...Eli Friedman2012-11-021-4/+7
* 'constexpr' and 'friend' are both declaration specifiers. Teach the parser th...Richard Smith2012-10-251-3/+5
* DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all.Richard Smith2012-10-171-6/+6
* Fixed FunctionTypeLoc range for trailing return type.Abramo Bagnara2012-10-151-3/+10
* Fix a crash-on-invalid when parsing a reference to an invalid auto declarationDavid Blaikie2012-10-101-0/+1
* Fixed FunctionTypeLoc source range.Abramo Bagnara2012-10-041-9/+16
* Fix scope location when parsing GNU attributes.Michael Han2012-10-041-4/+5
* Improve C++11 attribute parsing.Michael Han2012-10-031-8/+15
* Fix an edge case of mangling involving the combination of a lambda and typeid.Eli Friedman2012-09-261-1/+2
* Fix some dead stores which the static analyzer warned about. No functionalityRichard Smith2012-09-141-2/+4
* Improved MSVC __interface support by adding first class support for it, inste...Joao Matos2012-08-311-0/+7
* Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...Benjamin Kramer2012-08-231-3/+1
* Remove ASTOwningVector, it doesn't own anything and provides no value over Sm...Benjamin Kramer2012-08-231-7/+7
* Rip out remnants of move semantic emulation and smart pointers in Sema.Benjamin Kramer2012-08-231-1/+1
* Use LLVM_BUILTIN_TRAP instead of lame volatile int traps.David Blaikie2012-08-211-1/+1
* Thread-safety analysis: fix scoping issues related to 'this', including anDeLesley Hutchins2012-08-201-29/+34
* PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers andRichard Smith2012-08-181-3/+11
* Add support for "type safety" attributes that allow checking that 'void *'Dmitri Gribenko2012-08-171-1/+69
* Thread safety analysis: prevent a compiler error in cases where aDeLesley Hutchins2012-08-151-1/+2
* objective-C++: Delayed parsing of most commonFariborz Jahanian2012-08-101-14/+1
* Minor simplification for r161534.Eli Friedman2012-08-081-2/+1
* Fix r161534 so it actually builds.Eli Friedman2012-08-081-2/+1
* Handle deprecation diagnostics correctly for C struct fields and Objective-C ...Eli Friedman2012-08-081-8/+9
* Improvements to vexing-parse warnings. Make the no-parameters case moreRichard Smith2012-07-301-10/+8
* Fix an assertion failure when code completing an auto variable's initialiser.Peter Collingbourne2012-07-271-0/+1
* Pedantic -pedantic correction. Duplicate cv-qualifiers are permitted in C++11Richard Smith2012-07-241-6/+6
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* Add diagnostics for comma at end of enum and for extra semicolon at namespaceRichard Smith2012-07-231-4/+4
* Fixes an ObjC++ parse crash caused by delayed parsingFariborz Jahanian2012-07-201-1/+4
* Better parser recovery in Objective-C containers.Jordan Rose2012-07-091-4/+22
OpenPOWER on IntegriCloud