summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Produce an actual error before attempting to attach notes to it when bailing outRichard Smith2012-12-25
* Add intel_ocl_bicc calling convention as a function attribute to clang. The c...Guy Benyei2012-12-25
* [libclang] Check for the 'LIBCLANG_NOTHREADS' environment variable before cre...Argyrios Kyrtzidis2012-12-22
* Add objective-C style formatting to clang format andFariborz Jahanian2012-12-20
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-20
* c-index-test/Makefile: Add clangFormat to USEDLIBS for libclang-unavailable h...NAKAMURA Takumi2012-12-20
* c-index-test/Makefile: Reformat.NAKAMURA Takumi2012-12-20
* Audit DeclPrinter with -ast-dump on Cocoa.h andFariborz Jahanian2012-12-19
* Add a missing 'else'. Found by grep '} if'Dmitri Gribenko2012-12-19
* Improve on header comment suggested by James Dennet.Fariborz Jahanian2012-12-19
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Simplify logic to use SourceManager::getFileLoc(), per Argyrios's feedback.Ted Kremenek2012-12-19
* fixes a doxygen comment.Fariborz Jahanian2012-12-19
* Increas number of iterations before a new libclang format objectFariborz Jahanian2012-12-19
* Some code refactoring per Dimitri's comment.Fariborz Jahanian2012-12-19
* Have clang_getSpellingLocation() use the same logic as DiagnosticRenderer for...Ted Kremenek2012-12-18
* This is the libclang patch providing minimal API toFariborz Jahanian2012-12-18
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-18
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-18
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-18
* Add support for passing the main file name down to the assemblerEric Christopher2012-12-18
* Fix PR14625 by teaching the driver to detect PWD for assembly files.Chandler Carruth2012-12-17
* [c-index-test] Fix warnings about unused results from chdir().Argyrios Kyrtzidis2012-12-17
* Style and Doc fix for CommonOptionsParserEdwin Vane2012-12-14
* [CMake] Move libxml2 stuff from clang to llvm/cmake.NAKAMURA Takumi2012-12-14
* Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the userRoman Divacky2012-12-13
* [libclang] Make sure tokens from preprocessor directives are annotated as such,Argyrios Kyrtzidis2012-12-12
* [libclang] Declarations inside anonymous namespaces have internal linkage soArgyrios Kyrtzidis2012-12-07
* [libclang] Introduce a new indexing mode where we skip function bodiesArgyrios Kyrtzidis2012-12-06
* [c-index-test] Introduce '-index-compile-db' which accepts a compilation data...Argyrios Kyrtzidis2012-12-05
* c-index-test.c: Make C89-compliant.NAKAMURA Takumi2012-12-04
* libclang: Add a function to libclang for retrieving the bit width valueDmitri Gribenko2012-12-04
* Sort #include lines for tools/...Chandler Carruth2012-12-04
* [libclang] Avoid copying the CompileCommand related strings when wrapping the...Argyrios Kyrtzidis2012-12-04
* Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis2012-12-04
* [analyzer] scan-build: Don't forget to close our temp file for Clang's output.Jordan Rose2012-11-28
* [analyzer] scan-build: Treat '.C' files as C++.Jordan Rose2012-11-28
* [libclang] Remove WorkingDir field from CIndexer, it has been rendered useless.Argyrios Kyrtzidis2012-11-27
* Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag andRafael Espindola2012-11-27
* scan-build: Respect TMPDIR on all platforms, not just Darwin (PR14438).Jordan Rose2012-11-27
* Make helpers static/anonymous.Benjamin Kramer2012-11-22
* Revert r167801, "[preprocessor] When #including something that contributes noDaniel Dunbar2012-11-13
* [preprocessor] When #including something that contributes no tokens at all,Argyrios Kyrtzidis2012-11-13
* If we encounter a fatal error, exit with status 70. For BSD systems this isChad Rosier2012-11-12
* If we encounter a fatal error, call the interrupt handler to ensure anyChad Rosier2012-11-12
* Force C89 for c-index-test.cDmitri Gribenko2012-11-07
* [analyzer] Check that the argument to CFMakeCollectable is non-NULL.Jordan Rose2012-11-07
* [c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test.Argyrios Kyrtzidis2012-11-06
* Remove completely irrelevant code from USR generation.Ted Kremenek2012-11-06
* [c-index-test] Do install c-index-test because it's not just for tests,Argyrios Kyrtzidis2012-11-06