summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Make sure tokens from preprocessor directives are annotated as such,Argyrios Kyrtzidis2012-12-121-10/+5
* [libclang] Declarations inside anonymous namespaces have internal linkage soArgyrios Kyrtzidis2012-12-071-7/+1
* [libclang] Introduce a new indexing mode where we skip function bodiesArgyrios Kyrtzidis2012-12-064-19/+307
* [c-index-test] Introduce '-index-compile-db' which accepts a compilation data...Argyrios Kyrtzidis2012-12-051-66/+197
* c-index-test.c: Make C89-compliant.NAKAMURA Takumi2012-12-041-1/+2
* libclang: Add a function to libclang for retrieving the bit width valueDmitri Gribenko2012-12-043-0/+37
* Sort #include lines for tools/...Chandler Carruth2012-12-0430-103/+84
* [libclang] Avoid copying the CompileCommand related strings when wrapping the...Argyrios Kyrtzidis2012-12-041-2/+2
* Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis2012-12-042-0/+12
* [analyzer] scan-build: Don't forget to close our temp file for Clang's output.Jordan Rose2012-11-281-7/+8
* [analyzer] scan-build: Treat '.C' files as C++.Jordan Rose2012-11-281-0/+1
* [libclang] Remove WorkingDir field from CIndexer, it has been rendered useless.Argyrios Kyrtzidis2012-11-272-5/+0
* Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag andRafael Espindola2012-11-272-11/+1
* scan-build: Respect TMPDIR on all platforms, not just Darwin (PR14438).Jordan Rose2012-11-271-7/+2
* Make helpers static/anonymous.Benjamin Kramer2012-11-221-1/+4
* Revert r167801, "[preprocessor] When #including something that contributes noDaniel Dunbar2012-11-131-2/+0
* [preprocessor] When #including something that contributes no tokens at all,Argyrios Kyrtzidis2012-11-131-0/+2
* If we encounter a fatal error, exit with status 70. For BSD systems this isChad Rosier2012-11-122-4/+7
* If we encounter a fatal error, call the interrupt handler to ensure anyChad Rosier2012-11-121-0/+5
* Force C89 for c-index-test.cDmitri Gribenko2012-11-071-0/+7
* [analyzer] Check that the argument to CFMakeCollectable is non-NULL.Jordan Rose2012-11-071-2/+3
* [c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test.Argyrios Kyrtzidis2012-11-061-1/+1
* Remove completely irrelevant code from USR generation.Ted Kremenek2012-11-061-29/+4
* [c-index-test] Do install c-index-test because it's not just for tests,Argyrios Kyrtzidis2012-11-061-3/+0
* Remove first argument from Arg::getValue; it's been unused since r105760.Richard Smith2012-11-011-2/+2
* Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untestedRichard Smith2012-11-011-77/+0
* [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType forArgyrios Kyrtzidis2012-11-013-0/+20
* Add missing emacs major mode marker.Nick Lewycky2012-10-291-1/+1
* Fix name of this file.Nick Lewycky2012-10-291-1/+1
* Add missing emacs major mode marker.Nick Lewycky2012-10-291-1/+1
* Comment to XML conversion: avoid memory allocation while pretty-printing theDmitri Gribenko2012-10-251-18/+22
* c-index-test.c: Split a format string. [-Woverlength-strings]NAKAMURA Takumi2012-10-241-1/+2
* [libclang] Add "-index-file-full" option that recursively indexes any importedArgyrios Kyrtzidis2012-10-241-2/+74
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-2310-33/+46
* Fix some mdoc nitsSean Silva2012-10-231-4/+4
* [libclang] Add an environment variable to disable thread background priotity,...Argyrios Kyrtzidis2012-10-231-0/+3
* Remove const_casts by propagating constness down to called functions.Dmitri Gribenko2012-10-191-9/+7
* [doc parsing] use getParamName to access parameter Fariborz Jahanian2012-10-181-10/+15
* libclang/CXComment.cpp: Fix abuse of StringRef.NAKAMURA Takumi2012-10-181-1/+1
* [libclang] Invoke a ppIncludedFile callback when indexing implicit module imp...Argyrios Kyrtzidis2012-10-184-20/+17
* [Doc parsing]: This patch adds <Declaration> tag to Fariborz Jahanian2012-10-171-1/+20
* Add pnaclcall convention to Native Client targets.Derek Schuff2012-10-161-0/+1
* Fixes location of overriding declaration with no commentFariborz Jahanian2012-10-151-1/+1
* structured document comment: patch to provide comment for overriding functionFariborz Jahanian2012-10-151-3/+3
* Further harden checking that scan-view isn't serving up pages outsideTed Kremenek2012-10-121-2/+2
* Have scan-view guard against serving up pages outside the root directory.Ted Kremenek2012-10-121-0/+5
* c-index-test.c: /* Use C style comment. */NAKAMURA Takumi2012-10-121-1/+1
* search for overridden methods with comment when overriding methodFariborz Jahanian2012-10-111-2/+2
* Remove pointless classof()'s.Sean Silva2012-10-112-12/+0
* [libclang] Make sure the index_data.main_filename field is initializedArgyrios Kyrtzidis2012-10-111-0/+2