summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* objective-c++ parsing. Turn off delayed parsingFariborz Jahanian2012-07-051-1/+3
* Obj-C++11 parser: handle a fall out of delayed Fariborz Jahanian2012-07-031-1/+1
* Obj-C++11 parser: fix broken parsing of c-functionFariborz Jahanian2012-07-031-4/+3
* Obj-C++11 parser: turn off buffering ofFariborz Jahanian2012-07-031-1/+3
* objective-c: just as we have done for method definitions,Fariborz Jahanian2012-07-021-0/+8
* A ':' after an enum-specifier at class scope is a bitfield, not a typo for a ...Richard Smith2012-07-021-3/+6
* Add support for the C11 _Alignof keyword.Jordan Rose2012-06-301-1/+1
* Use -frewrite-includes for crash reports.David Blaikie2012-06-291-0/+2
* Whitespace.Chad Rosier2012-06-261-147/+147
* Extend the "expected ';' after struct" logic to also apply to enums, and toRichard Smith2012-06-251-4/+23
* Recognize GNU attributes after 'enum class'. Fixes the libc++ build.John McCall2012-06-231-1/+8
* Clean up a large number of C++11 attribute parse issues, including parsingAlexis Hunt2012-06-231-18/+51
* Reapply r158700 and fixup patches, minus one hunk that slipped through andAlexis Hunt2012-06-191-2/+5
* Reapplying the changes from r158717 as they were rolled back to avoid merge c...Aaron Ballman2012-06-191-37/+143
* Revert r158700 and dependent patches r158716, r158717, and r158731.Jakob Stoklund Olesen2012-06-191-148/+39
* Improves parsing and semantic analysis for MS __declspec attributes. This in...Aaron Ballman2012-06-191-37/+143
* Improve the specification of spellings in Attr.td.Alexis Hunt2012-06-191-2/+5
* Handle C++11 attribute namespaces automatically.Alexis Hunt2012-06-181-11/+16
* [MSExtensions] Add support for __forceinline.Michael J. Spencer2012-06-181-3/+8
* Recover when correcting an unknown type name to a keyword like "struct".Kaelyn Uhrain2012-06-151-3/+7
* If parsing a trailing-return-type fails, don't pretend we didn't have one atRichard Smith2012-06-121-2/+2
* Recognize the MS inheritance attributes and turn them into attributesJohn McCall2012-05-221-4/+0
* CXXThisScopeRAII objects aren't free, don't compute one if it's unused.Benjamin Kramer2012-05-171-1/+1
* [libclang/AST] When declaring a local class, don't neglect to set the end loc...Argyrios Kyrtzidis2012-05-161-0/+1
* Move the warnings for extra semi-colons under -Wextra-semi. Also, addedRichard Trieu2012-05-161-4/+2
* Typo.Richard Smith2012-05-151-1/+1
* If we see a declaration which is either missing a type or has a malformed type,Richard Smith2012-05-151-1/+4
* Don't use the implicit int rule for error recovery in C++. Instead, try toRichard Smith2012-05-151-5/+54
OpenPOWER on IntegriCloud