summaryrefslogtreecommitdiffstats
path: root/clang/tools
Commit message (Expand)AuthorAgeFilesLines
* Teach Diagnostic::setClient() to free the existing, ownedDouglas Gregor2011-01-311-0/+2
* Teach ASTUnit to save the specified target features, sinceDouglas Gregor2011-01-271-1/+1
* Add libclang functions to determine the const/volatile/restrictDouglas Gregor2011-01-274-0/+27
* Eliminate the use of getTypeForDecl from clang_getCursorType() andDouglas Gregor2011-01-241-19/+20
* Add support for the --noexecstack option. Fixes PR8762.Rafael Espindola2011-01-231-2/+6
* Teach libclang to generate USRs containing parameter packs and pack expansions.Douglas Gregor2011-01-191-3/+18
* Teach libclang about SizeOfPackExpr.Douglas Gregor2011-01-191-2/+36
* Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall2011-01-192-4/+4
* Don't silently drop warning flags passed in toDouglas Gregor2011-01-191-1/+2
* Fix warnings found by gcc-4.6, from -Wunused-but-set-variable andJeffrey Yasskin2011-01-182-7/+6
* Add missing <cctype> include, from Joerg SonnenbergerDouglas Gregor2011-01-171-0/+1
* Introduce a new kind of TemplateName that captures a substitutedDouglas Gregor2011-01-151-0/+5
* Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr,Douglas Gregor2011-01-152-0/+4
* Revert r123160. There are linking dependency problems.Zhongxing Xu2011-01-101-1/+2
* Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,Alexis Hunt2011-01-081-8/+8
* Replace the representation of template template argument packDouglas Gregor2011-01-052-2/+5
* Implement the sizeof...(pack) expression to compute the length of aDouglas Gregor2011-01-042-1/+3
* Implement support for pack expansions whose pattern is a non-typeDouglas Gregor2011-01-031-0/+1
* Expose Objective-C type encodings of declarations to libclang users. This al...David Chisnall2010-12-303-0/+31
* The -fshort-wchar option causes wchar_t to become unsigned, in addition to beingChris Lattner2010-12-253-4/+7
* Chris Lattner has strong opinions about directoryTed Kremenek2010-12-232-3/+3
* Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek2010-12-232-3/+3
* [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr...Argyrios Kyrtzidis2010-12-222-1/+2
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-222-2/+2
* Introduced raw_identifier token kind.Abramo Bagnara2010-12-221-14/+5
* When determining which preprocessed entities to traverse in libclang,Douglas Gregor2010-12-211-1/+14
* Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute.Michael J. Spencer2010-12-211-12/+16
* Teach clang_getCursorSemanticParent() andDouglas Gregor2010-12-211-3/+29
* Clean up the handling of template argument packs, especially in theDouglas Gregor2010-12-201-4/+1
* Introduce a new type, PackExpansionType, to capture types that areDouglas Gregor2010-12-201-0/+5
* Replace all uses of PathV1::get{Basename,Dirname,Suffix} with their PathV2 eq...Michael J. Spencer2010-12-181-2/+2
* Replace all uses of PathV1::getLast with PathV2::filename.Michael J. Spencer2010-12-182-5/+4
* MemoryBuffer API update.Michael J. Spencer2010-12-162-7/+5
* Update for LLVM API change.Daniel Dunbar2010-12-161-2/+5
* Added missing IgnoreParens().Abramo Bagnara2010-12-141-1/+1
* Eliminate the branching in QualType::getTypePtr() by providing aDouglas Gregor2010-12-101-6/+6
* Added ParenType type node.Abramo Bagnara2010-12-101-0/+5
* Fixed version of 121435.Rafael Espindola2010-12-101-3/+14
* In clang_getCursor(), don't override a preprocessing cursor withinDouglas Gregor2010-12-101-0/+6
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-14/+3
* Extend libclang debugging output for clang_getCursor() to show the definition...Douglas Gregor2010-12-101-0/+18
* Update clang for the API changes in the cfi patch.Rafael Espindola2010-12-091-3/+14
* Use error_code instead of std::string* for MemoryBuffer.Michael J. Spencer2010-12-092-2/+7
* Fix build.Anders Carlsson2010-12-091-1/+1
* Remove extra namespace specifier.Ted Kremenek2010-12-091-1/+1
* DenseMapInfo is a 'struct', not a 'class'.Ted Kremenek2010-12-091-1/+1
* Add new libclang hooks for CXCursorSet, aTed Kremenek2010-12-083-2/+76
* Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...Francois Pichet2010-12-082-6/+0
* Fix bug where annotate tokens was not working for BinaryTypeTraitExpr.Francois Pichet2010-12-081-1/+1
* Type traits intrinsic implementation: __is_base_of(T, U)Francois Pichet2010-12-072-0/+8
OpenPOWER on IntegriCloud