summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-2716-32/+32
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-2716-32/+32
* IvarInvalidationChecker.cpp: Remove an unused member, InterfD. [-Wunused-priv...NAKAMURA Takumi2012-09-271-2/+1
* Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-...Argyrios Kyrtzidis2012-09-275-13/+20
* [libclang] Always report a CXCursor_MacroDefinition for code-completionArgyrios Kyrtzidis2012-09-272-4/+4
* Update to new function attribute querying syntax.Bill Wendling2012-09-261-1/+1
* Allow -MF to be used in combination with -E -M or -E -MM.Benjamin Kramer2012-09-261-3/+3
* [analyzer] Add experimental ObjC invalidation method checker.Anna Zaks2012-09-264-8/+333
* Revert "Use sep instead of ' '."Ted Kremenek2012-09-261-1/+1
* Fix template instantiation of attributes. More specifically, fix the caseDeLesley Hutchins2012-09-261-0/+20
* Use sep instead of ' '.Ted Kremenek2012-09-261-1/+1
* [libclang] Remove the ParentKind cursor kind from code-completion results.Argyrios Kyrtzidis2012-09-262-6/+2
* Have ASTUnit::Save() return a bool to indicate save error.Argyrios Kyrtzidis2012-09-261-5/+5
* Revert r163022, it caused PR13924.Nico Weber2012-09-262-11/+1
* Add struct keyword before _Unwind_Context.Logan Chien2012-09-261-1/+1
* Remove unnecessary ASTContext& parameter from SymExpr::getType().Ted Kremenek2012-09-268-21/+19
* Add codegen support for the __debugbreak intrinsic.Nico Weber2012-09-261-0/+4
* Fix an edge case of mangling involving the combination of a lambda and typeid.Eli Friedman2012-09-265-6/+20
* Fix the AST representation for non-type template arguments to encodeEli Friedman2012-09-2616-179/+234
* Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationTypeRichard Smith2012-09-261-8/+15
* [Options] Store the option ID in OptTable::Info.Michael J. Spencer2012-09-254-6/+6
* Rename CanFitInto64Bits to alwaysFitsInto64Bits per discussion on IRC.Jordan Rose2012-09-251-2/+2
* [driver] Add support for the -fno-fast-math option.Chad Rosier2012-09-251-11/+27
* Improve upon r164450 and localize the logic of updating the type ofArgyrios Kyrtzidis2012-09-251-28/+34
* Optimize NumericLiteralParser::GetIntegerValue().Dmitri Gribenko2012-09-251-9/+21
* Reapply "[analyzer] Remove constraints on dead symbols as part of removeDeadB...Jordan Rose2012-09-252-9/+8
* [analyzer] Calculate liveness for symbolic exprs as well as atomic symbols.Jordan Rose2012-09-251-28/+40
* Under certain terrible circumstances (<rdar://problem/10805775>),Douglas Gregor2012-09-251-0/+13
* Macro history (de-)serialization. Deserialization currently reads only the la...Alexander Kornienko2012-09-254-107/+128
* Examine the last, not the first, instruction from the MC matcher.Bob Wilson2012-09-251-1/+1
* Introduce builtin macros to determine whether we're building aDouglas Gregor2012-09-251-0/+67
* When performing a ::delete of an object with a virtual destructor,John McCall2012-09-254-1/+50
* Implement Mike Herrick's proposed noexcept mangling.John McCall2012-09-251-1/+5
* In the MS ABI, ctors return 'this'. Patch by Dmitry Sokolov.John McCall2012-09-251-12/+35
* Add the Microsoft __is_interface_class type trait.John McCall2012-09-255-0/+9
* Fix for r163013 regression and further __interface enhancement.John McCall2012-09-253-22/+108
* During jump-scope checking, build an ExprWithCleanups immediatelyJohn McCall2012-09-252-3/+20
* Fix crash when a decltype expression in a trailing return type refers to theRichard Smith2012-09-252-0/+24
* Delete some code which is, as far as I can tell, dead.Eli Friedman2012-09-251-53/+3
* [analyzer] Fix a buildbot crash triggered by turning on dynamicAnna Zaks2012-09-251-1/+1
* Don't produce diagnostics for missing ctor-initializers during templateRichard Smith2012-09-252-2/+6
* Handle C++ functional casts in a similar way to C-style casts inEli Friedman2012-09-241-0/+1
* Update for r164567.Chad Rosier2012-09-241-2/+2
* Add clarifying comment.Ted Kremenek2012-09-241-0/+2
* StringRef'ize Preprocessor::CreateString().Dmitri Gribenko2012-09-246-15/+12
* Replace raw call to snprintf() by llvm streams.Dmitri Gribenko2012-09-241-21/+24
* Replace an assertion with an error for empty __asm statements.Bob Wilson2012-09-241-4/+12
* Fix a comment typo and clean up formatting.Bob Wilson2012-09-241-4/+5
* Make sure that we don't end up making an #undef'd macro visible afterDouglas Gregor2012-09-241-3/+9
* Change the wording of the extension warning fromDmitri Gribenko2012-09-243-19/+36