aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST
AgeCommit message (Expand)Author
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
2013-04-05doce parsing: adding few more headerdoc tags.Fariborz Jahanian
2013-04-04Add hasExternalLinkageUncached back with the test that Richard provided, butRafael Espindola
2013-04-04Avoid computing the linkage instead of avoiding caching it.Rafael Espindola
2013-04-04Fix 41 of the 61 tests which fail with modules enabled: we were computing andRichard Smith
2013-04-03Revert accidental commit.Richard Smith
2013-04-03Pare back r164351 somewhat. The problem that change was addressing was that weRichard Smith
2013-04-03Add 178663 back.Rafael Espindola
2013-04-03Revert 178663.Rafael Espindola
2013-04-03Don't compute a patched/semantic storage class.Rafael Espindola
2013-04-03Escape more @ signs in Doxygen comments.Jordan Rose
2013-04-02Update assertion string to new name of ArithAssignBinaryOperatorStefanus Du Toit
2013-04-02Objective-C: Provide fixit hints when warningFariborz Jahanian
2013-04-02[ms-cxxabi] Rename enum and remove dead case per Jordan's suggestionReid Kleckner
2013-04-02[ms-cxxabi] Move MS inheritance model calculation into MemberPointerTypeReid Kleckner
2013-03-30Remove unused default values.Rafael Espindola
2013-03-29When looking for overridden ObjC methods, don't ignore 'hidden' ones.Argyrios Kyrtzidis
2013-03-28Objective-C: Provide fixit suggestions when class objectFariborz Jahanian
2013-03-28These are all simple pointer wrappers. Pass them by value.Rafael Espindola
2013-03-27Cleanup clang's specializations of simplify_type.Rafael Espindola
2013-03-27[Preprocessor] Remove PPMutationListener.Argyrios Kyrtzidis
2013-03-26[ms-cxxabi] Give the MS inheritance attributes a base classReid Kleckner
2013-03-23Add reverseComparisonOp and negateComparisonOp to BinaryOperator.Jordan Rose
2013-03-22OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev
2013-03-21Objective-C: Tighten the rules when warningFariborz Jahanian