summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 98439. There is a bad race condition in sys::Path::makeUnique on win32.Benjamin Kramer2010-03-134-12/+18
* Make getTemporaryPath a static member of CIndexer and use it to replace tmpna...Benjamin Kramer2010-03-134-18/+12
* Implement several CIndex functions for constructing USRs from C-strings inste...Ted Kremenek2010-03-132-38/+166
* Allow users to set CPPFLAGS and CXXFLAGS on the make command line.Jeffrey Yasskin2010-03-122-2/+2
* Implement clang_isUnexposed(), a predicate function to simplify filtering outTed Kremenek2010-03-082-0/+13
* Don't enable static analysis support for C++ by default. Users areTed Kremenek2010-03-081-3/+10
* Mark variable as constKovarththanan Rajaratnam2010-03-081-2/+2
* Extend ObjCMessageExpr for class method sends with the source locationDouglas Gregor2010-03-081-0/+9
* Keep track of type source information in the return type of anDouglas Gregor2010-03-081-3/+4
* disable these dirs which rely on dynamic linking on mingw/cygwinChris Lattner2010-03-071-0/+7
* Check if 'Unit' is NULL before trying to iterate over the diagnostics.Ted Kremenek2010-03-051-1/+2
* Add clang version to crashtracer string.Ted Kremenek2010-03-051-1/+2
* A little hack to identify unwanted concurrency in CIndexDouglas Gregor2010-03-051-0/+6