aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-04-11[ms-cxxabi] Implement member pointer emission and dereferencingReid Kleckner
2013-04-11[libclang] Improve a doxygen comment, as suggested by Jordan.Argyrios Kyrtzidis
2013-04-11[libclang] Have clang_getCXXAccessSpecifier() also return the access control ...Argyrios Kyrtzidis
2013-04-11[analyzer] Factor common code from {SymSym,SymInt,IntSym}Expr to BinarySymExprRyan Govostes
2013-04-11[libclang] Expose record layout info via new libclang functions:Argyrios Kyrtzidis
2013-04-11Force a load when creating a reference to a temporary copied from a bitfield.Jordan Rose
2013-04-10comment parsing. Add couple more needed doxygen tags.Fariborz Jahanian
2013-04-10[driver] Add a -Ofast option, which enables -O3, -ffast-math, andChad Rosier
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-10Add support for computing the exception specification for an inheritingRichard Smith
2013-04-10Improve the diagnostics of the number-reading preprocessor directives.Michael Ilseman
2013-04-09Adding new AST Matchers isVirtual and isOverrideEdwin Vane
2013-04-09If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne
2013-04-09[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().Jordan Rose
2013-04-08<rdar://problem/13559825> Further reduce template instantiation depth down to...Douglas Gregor
2013-04-08Fix PR15634, better error message for template deduction failure.Richard Trieu
2013-04-08<rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets ...Douglas Gregor
2013-04-08The recent GCOV changes expect the initial version string to be in forward or...Bill Wendling
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-08Add matcher for NamespaceDecls.Daniel Jasper
2013-04-05When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to addRichard Trieu
2013-04-05Add an error to check that all program scope variables are in the constant ad...Tanya Lattner
2013-04-05doce parsing: adding few more headerdoc tags.Fariborz Jahanian
2013-04-05[analyzer] Show path diagnostic for C++ initializersAnna Zaks
2013-04-04Revert 178811 until I fix the unit tests.Tanya Lattner
2013-04-04Add an error to check that all program scope variables are in the constant ad...Tanya Lattner
2013-04-04Initial support for struct-path aware TBAA.Manman Ren
2013-04-04revert r178784 since it does not have a commit messageManman Ren
2013-04-04Index: include/clang/Driver/CC1Options.tdManman Ren
2013-04-04Plumb through the -fsplit-stack option using the existing backendEric Christopher
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-04Be sure to check ARC conventions on the implicit method declarationsJohn McCall
2013-04-04Make the ObjC attributes diagnostics a bit more informative.Nico Weber
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-03Complain about attempts to befriend declarations via a usingJohn McCall
2013-04-03Add 178663 back.Rafael Espindola
2013-04-03Revert 178663.Rafael Espindola
2013-04-03[preprocessor] Allow comparing two macro definitions syntactically instead of...Argyrios Kyrtzidis
2013-04-03Emit a nicer diagnostic for misplaced attributes on ObjC directives.Nico Weber
2013-04-03Give the default CorrectionCandidateCallback::ValidateCandidate someKaelyn Uhrain
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