aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST
AgeCommit message (Expand)Author
2013-05-06Grab-bag of bit-field fixes:John McCall
2013-05-06Have the RecursiveASTVisitor traverse the type source info of an objc class m...Argyrios Kyrtzidis
2013-05-06Allow targets to define minimum alignment for global variablesUlrich Weigand
2013-05-05Make all 'is in extern "C"' tests use the lexical context.Rafael Espindola
2013-05-05Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko
2013-05-04Reverting r181004 since it has broken test/Sema/wchar.c.Aaron Ballman
2013-05-04In VarDecl nodes, store the thread storage class specifier as written.Enea Zaffanella
2013-05-04Implement most of N3638 (return type deduction for normal functions).Richard Smith
2013-05-04Implement template support for CapturedStmtWei Pan
2013-05-04Added a function to check whether a Decl is inSean Callanan
2013-05-03[Doc parsing] Provide diagnostics for unknown documentation Fariborz Jahanian
2013-05-03Rename ObjCImplementationDecl::getSuperLoc() -> getSuperClassLoc() for consis...Argyrios Kyrtzidis
2013-05-03Serialization for captured statementsBen Langmuir
2013-05-03PR15906: The body of a lambda is not an evaluated subexpression; don't visit ...Richard Smith
2013-05-03Move CapturedStmt parameters to CapturedDeclBen Langmuir
2013-05-03Keep track of an @implementation's super class name location, if one was prov...Argyrios Kyrtzidis
2013-05-03Support __wchar_t in -fms-extensions and -fms-compatibility modes.Hans Wennborg
2013-05-03Correctly emit certain implicit references to 'self' even withinJohn McCall
2013-05-03Move parsing of identifiers in MS-style inline assembly intoJohn McCall
2013-05-01[documenting declaration]: Remove arc liftime qualifiersFariborz Jahanian
2013-05-01[ObjC declaration documentation] declaration of Fariborz Jahanian
2013-04-30Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith
2013-04-29Small CapturedStmt improvementsBen Langmuir
2013-04-26Implement C++1y decltype(auto).Richard Smith
2013-04-26Use bitfilds.Rafael Espindola
2013-04-26Add r180263 back, but fix hasBraces() to be correct during parsing.Rafael Espindola
2013-04-25Objective-C: This is a small modification to myFariborz Jahanian
2013-04-25Fix a possible null pointer dereference found by the analyzer.Anna Zaks
2013-04-24Objective-C: When reporting on missing property accessor implementation inFariborz Jahanian
2013-04-22C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith
2013-04-20C++1y: Allow aggregates to have default initializers.Richard Smith
2013-04-19Emit the underlying type in the debug info for all kinds of fixed enumsAdrian Prantl
2013-04-19s/C++0x/C++11/Adrian Prantl
2013-04-19Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...Richard Smith
2013-04-18Adds a new doxygen tag needed. // rdar://12379053Fariborz Jahanian
2013-04-16Sema for Captured StatementsTareq A. Siraj
2013-04-16Implement CapturedStmt ASTTareq A. Siraj
2013-04-16Basic support for Microsoft property declarations andJohn McCall
2013-04-15Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()."Argyrios Kyrtzidis
2013-04-15Remove hasExternalLinkageUncached.Rafael Espindola
2013-04-15Comment command table: use inheritance instead of duplicating codeDmitri Gribenko
2013-04-13Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith
2013-04-13Speed-up ObjCMethodDecl::getOverriddenMethods().Argyrios Kyrtzidis
2013-04-11[ms-cxxabi] Implement member pointer emission and dereferencingReid Kleckner
2013-04-10comment parsing. Add couple more needed doxygen tags.Fariborz Jahanian
2013-04-10-fparse-all-comments: remove redundant check, as suggested by Fariborz JahanianDmitri Gribenko
2013-04-10Add an option to parse all comments as documentation commentsDmitri Gribenko
2013-04-08fixes a typo in my last patch.Fariborz Jahanian
2013-04-08doce parsing: adding few more headerdoc tags.Fariborz Jahanian
2013-04-08<rdar://problem/12806802> Propagate access specifiers for conversion function...Douglas Gregor