summaryrefslogtreecommitdiff
path: root/include/clang/AST
Commit message (Expand)AuthorAge
* C++1y deduced return types: when we deduce a return type for a function whichRichard Smith2013-05-11
* Avoid patching storage class for block scope thread_local variables.Enea Zaffanella2013-05-10
* Add support for __wchar_t in -fms-extensions mode.Hans Wennborg2013-05-10
* ArrayRef'ize ShuffleVectorExpr::setExprsDmitri Gribenko2013-05-10
* CodeGen for CapturedStmtsBen Langmuir2013-05-09
* documentation parsing. Patch to do typo correction for Fariborz Jahanian2013-05-08
* Forward #pragma comment(lib/linker) through as flags metadataReid Kleckner2013-05-08
* Grab-bag of bit-field fixes:John McCall2013-05-06
* Have the RecursiveASTVisitor traverse the type source info of an objc class m...Argyrios Kyrtzidis2013-05-06
* Allow targets to define minimum alignment for global variablesUlrich Weigand2013-05-06
* Make all 'is in extern "C"' tests use the lexical context.Rafael Espindola2013-05-05
* Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko2013-05-05
* Reverting r181004 since it has broken test/Sema/wchar.c.Aaron Ballman2013-05-04
* In VarDecl nodes, store the thread storage class specifier as written.Enea Zaffanella2013-05-04
* Implement most of N3638 (return type deduction for normal functions).Richard Smith2013-05-04
* Implement template support for CapturedStmtWei Pan2013-05-04
* Added a function to check whether a Decl is inSean Callanan2013-05-04
* [Doc parsing] Provide diagnostics for unknown documentation Fariborz Jahanian2013-05-03
* Rename ObjCImplementationDecl::getSuperLoc() -> getSuperClassLoc() for consis...Argyrios Kyrtzidis2013-05-03
* Serialization for captured statementsBen Langmuir2013-05-03
* PR15906: The body of a lambda is not an evaluated subexpression; don't visit ...Richard Smith2013-05-03
* Move CapturedStmt parameters to CapturedDeclBen Langmuir2013-05-03
* Keep track of an @implementation's super class name location, if one was prov...Argyrios Kyrtzidis2013-05-03
* Support __wchar_t in -fms-extensions and -fms-compatibility modes.Hans Wennborg2013-05-03
* Correctly emit certain implicit references to 'self' even withinJohn McCall2013-05-03
* Move parsing of identifiers in MS-style inline assembly intoJohn McCall2013-05-03
* [documenting declaration]: Remove arc liftime qualifiersFariborz Jahanian2013-05-01
* [ObjC declaration documentation] declaration of Fariborz Jahanian2013-05-01
* Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith2013-04-30
* Small CapturedStmt improvementsBen Langmuir2013-04-29
* Implement C++1y decltype(auto).Richard Smith2013-04-26
* Use bitfilds.Rafael Espindola2013-04-26
* Add r180263 back, but fix hasBraces() to be correct during parsing.Rafael Espindola2013-04-26
* Objective-C: This is a small modification to myFariborz Jahanian2013-04-25
* Fix a possible null pointer dereference found by the analyzer.Anna Zaks2013-04-25
* Objective-C: When reporting on missing property accessor implementation inFariborz Jahanian2013-04-24
* C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith2013-04-22
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-20
* Emit the underlying type in the debug info for all kinds of fixed enumsAdrian Prantl2013-04-19
* s/C++0x/C++11/Adrian Prantl2013-04-19
* Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...Richard Smith2013-04-19
* Adds a new doxygen tag needed. // rdar://12379053Fariborz Jahanian2013-04-18
* Sema for Captured StatementsTareq A. Siraj2013-04-16
* Implement CapturedStmt ASTTareq A. Siraj2013-04-16
* Basic support for Microsoft property declarations andJohn McCall2013-04-16
* Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()."Argyrios Kyrtzidis2013-04-15
* Remove hasExternalLinkageUncached.Rafael Espindola2013-04-15
* Comment command table: use inheritance instead of duplicating codeDmitri Gribenko2013-04-15
* Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith2013-04-13
* Speed-up ObjCMethodDecl::getOverriddenMethods().Argyrios Kyrtzidis2013-04-13