summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* CIndex: move extractUSRSuffix out of extern "C" and simplify it.Benjamin Kramer2010-04-081-6/+4
* Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-l...Daniel Dunbar2010-04-081-1/+0
* update for api change.Chris Lattner2010-04-071-1/+1
* Fix CIndex crash on invalid code reported in <rdar://problem/7833619>.Ted Kremenek2010-04-071-2/+3
* Fix ccc-analyzer's handling of quoted arguments in the build command. Fixes ...Ted Kremenek2010-04-061-6/+1
* reduce indentation, tidy.Chris Lattner2010-04-061-1/+1
* Make Diagnostic reference-counted, which is simpler than jugglingDouglas Gregor2010-04-052-5/+6
* inline in MC assembly parsers. clang -integrated-as nowChris Lattner2010-04-051-0/+1
* Match MemoryBuffer API changes.Chris Lattner2010-04-051-3/+2
* Clarify the ownership semantics of the Diagnostic object used byDouglas Gregor2010-04-051-9/+5
* Minor ASTUnit cleanups:Douglas Gregor2010-04-052-6/+6
* Code completion results that refer to macros now get the cursor kindDouglas Gregor2010-04-051-1/+1
* Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enableDaniel Dunbar2010-04-012-2/+15
* Reinstate my CodeModificationHint -> FixItHint renaming patch, withoutDouglas Gregor2010-03-311-1/+1
* Revert r100008, which inexplicably breaks the clang-i686-darwin10 builderDouglas Gregor2010-03-311-1/+1
* Rename CodeModificationHint to FixItHint, since we've been using theDouglas Gregor2010-03-311-1/+1
* Teach Clang's -cc1 option -print-stats to print LLVM statistics.Douglas Gregor2010-03-301-0/+3
* make -ftime-report work even in -disable-free mode. Woo, finally.Chris Lattner2010-03-302-6/+18
* scan-build: set environment variable LDPLUSPLUS to 'c++-analyzer' to correctl...Ted Kremenek2010-03-271-5/+6
* Return translation units from clang_createTranslationUnitFromSource()Ted Kremenek2010-03-261-2/+1
* Add c-index-test support for printing USRs.Ted Kremenek2010-03-251-4/+187
* Require that all Clang-based USRs start with the prefix 'c:' for the "USR spa...Ted Kremenek2010-03-251-6/+15
* Make sure that we have File IDs for all of the unsaved files before weDouglas Gregor2010-03-241-0/+1
* Frontend: Don't free the CompilerInstance or FrontendActions when running underDaniel Dunbar2010-03-231-18/+27
* Use the cursor's ASTContext rather than the ASTContext computed from aDouglas Gregor2010-03-221-2/+2
* Use DEFINE_SYMBOL property to control dllexport/dllimportKovarththanan Rajaratnam2010-03-221-2/+2
* Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -...Daniel Dunbar2010-03-201-0/+5
* Fix unused variable warning.Daniel Dunbar2010-03-201-2/+1
* Optimize region-of-interest based cursor walks through theDouglas Gregor2010-03-201-6/+49
* Implement serialization and lazy deserialization of the preprocessingDouglas Gregor2010-03-191-24/+9
* Teach clang_getCursorKindSpelling() about CXCursor_InvalidCode.Ted Kremenek2010-03-191-0/+2
* Make the CIndex API more resilient to being used on invalid code.Ted Kremenek2010-03-193-9/+29
* clang -cc1: Kill off -empty-input only, and replace with -init-only which is anDaniel Dunbar2010-03-191-0/+1
* Optionally store a PreprocessingRecord in the preprocessor itself, andDouglas Gregor2010-03-191-6/+9
* Visit preprocessing elements (macro instantiations and macroDouglas Gregor2010-03-191-106/+48
* Revert 98907 since it is breaking buildbots.Bob Wilson2010-03-191-45/+106
* Visit preprocessing elements (macro instantiations and macroDouglas Gregor2010-03-191-106/+45
* Try to appease MSVC's standard libraryDouglas Gregor2010-03-181-0/+14
* Try to appease MSVCDouglas Gregor2010-03-181-4/+4
* Explicitly link macro instantiations to macro definitions in theDouglas Gregor2010-03-181-0/+8
* Expose macro definitions as CIndex cursors. These can still only beDouglas Gregor2010-03-183-1/+43
* Introduce the notion of a "preprocessing record", which keeps track ofDouglas Gregor2010-03-183-96/+62
* More token-annotation experimentation, preprocessing the annotatedDouglas Gregor2010-03-183-12/+115
* Experimental stab at using relexing to identify preprocessorDouglas Gregor2010-03-184-8/+141
* Audit all callers of SourceManager::getBufferData(); fix the one thatDouglas Gregor2010-03-161-0/+2
* Let SourceManager::getBufferData return StringRef instead of a pair of two co...Benjamin Kramer2010-03-161-8/+7
* Give SourceManager a Diagnostic object with which to report errors,Douglas Gregor2010-03-162-12/+14
* Introduce a new BufferResult class to act as the return type ofDouglas Gregor2010-03-151-6/+17
* Rename clang_constructUSR_ObjCategory to clang_constructUSR_ObjCCategory.Ted Kremenek2010-03-152-2/+2
* Fix thinko and enable clang build on mingw again (hopefully)Anton Korobeynikov2010-03-141-2/+1