aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2013-08-20Fix iterator invalidation. PR16935.Eli Friedman
2013-08-20Look at lowercase version of argv[0] when determining driver modeHans Wennborg
2013-08-20[autotools->cmake] Added support for building clang with an order file.Michael Gottesman
2013-08-20[autotools->cmake] Added support for creating the clang driver plist for OS X.Michael Gottesman
2013-08-19Use cstdio instead of stdio.hDmitri Gribenko
2013-08-18libclang: cleanup unused includes in public headerDmitri Gribenko
2013-08-18{c-index-test|c-arcmt-test}/Makefile: Update USEDLIBS along corresponding to ...NAKAMURA Takumi
2013-08-17+ make scan-build work with Strawberry Perl, ActiveState Perl, cygwin perl an...Anton Yartsev
2013-08-17Rename libIDE to libIndex.Argyrios Kyrtzidis
2013-08-16Replace some DenseMap keys with simpler structures that don't need another De...Benjamin Kramer
2013-08-16Introduce the clangIDE library.Argyrios Kyrtzidis
2013-08-10Added source locs for angled parentheses in class/var template partial specs.Enea Zaffanella
2013-08-08Add clang_Location_isFromMainFile() to libclang.Stefanus Du Toit
2013-08-08Remove misleading comment about using cc1 option table.Hans Wennborg
2013-08-08scan-build: pass -target through to analyzerJordan Rose
2013-08-06Started implementing variable templates. Top level declarations should be ful...Larisse Voufo
2013-08-02Assume UniqueID is zero for invalid PPRegion to fix uninitialized reads repor...Alexey Samsonov
2013-08-01Use llvm::sys::fs::UniqueID for windows and unix.Rafael Espindola
2013-08-01Simplify git-clang-format by using new -lines option.Daniel Jasper
2013-07-26Fix up the BUILD_CLANG_ONLY code to work properly after r184794.Bob Wilson
2013-07-25Don't forward all assembler arguments untouched to -cc1asDavid Blaikie
2013-07-23Remove support for CCC_ADD_ARGS. QA_OVERRIDE_GCC3_OPTIONS supersedes it.Rafael Espindola
2013-07-23[libclang] Expose the rest of the array types.Argyrios Kyrtzidis
2013-07-22Revert commit 186833 (no longer needed after the fix in 186859).Enea Zaffanella
2013-07-22Fix bug in clang-format's vim integration cause by r186789.Daniel Jasper
2013-07-22c-index-test.c: Let this C89-compliant since r186817.NAKAMURA Takumi
2013-07-22Install git-clang-format along with clang-format by default.Daniel Jasper
2013-07-21clang-format: Smarter replacement in the vim integration.Daniel Jasper
2013-07-20Use -lines option instead of -offset/-length. This fixes problems with files ...Alexander Kornienko
2013-07-19Add a cl.exe compatible driver modeHans Wennborg
2013-07-19Improve clang-format vim integration.Daniel Jasper
2013-07-19OpenMP: basic support for #pragma omp parallelAlexey Bataev
2013-07-18Added -lines X:Y option to specify line range to process. This is a more huma...Alexander Kornienko
2013-07-18Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum,Hans Wennborg
2013-07-18[Driver] Use LLVM's response file parser because it can read UTF-16Reid Kleckner
2013-07-16Update for llvm API change.Rafael Espindola
2013-07-15Revert 186302 to fix build bots.Craig Topper
2013-07-15Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper
2013-07-12[scan-build] Add missing comma to ccc-analyzer.Jordan Rose
2013-07-11[scan-build] Pass through all -f and -O flags, along with -Wwrite-strings.Jordan Rose
2013-07-09c-index-test/CMakeLists.txt: Suggest -isystem to include libxml2 with include...NAKAMURA Takumi
2013-07-09c-index-test/Makefile: Use -isystem instead of -I on $(LIBXML2_INC) with -Wdo...NAKAMURA Takumi
2013-07-08Use SmallVectorImpl::reverse_iterator instead of SmallVector to avoid specify...Craig Topper
2013-07-05[libclang] Add the new function to libclang.exportsArgyrios Kyrtzidis
2013-07-05[libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the d...Argyrios Kyrtzidis
2013-07-04Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper
2013-07-03[scan-build] Log compiler invocation to stderr, not stdout.Jordan Rose
2013-07-03With CLANG_ENABLE_STATIC_ANALYZER=0, link clang properly and skip clang-check.Jordan Rose
2013-07-03Prevent error message when formatting an empty file.Daniel Jasper
2013-07-02Fix ranges computed by git clang-format.Daniel Jasper