summaryrefslogtreecommitdiffstats
path: root/clang/tools
Commit message (Expand)AuthorAgeFilesLines
* Remove unused typedef.Eric Christopher2013-09-031-1/+0
* Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola2013-09-032-9/+0
* OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev2013-09-032-0/+9
* Added WebKit style to the BasedOnStyle handling and to the relevant help mess...Alexander Kornienko2013-09-022-4/+6
* Whitespace changes in help messages + updated help output in .rst file.Alexander Kornienko2013-09-021-4/+4
* Switch the default mode for clang-format to '-file'. Make 'LLVM' theChandler Carruth2013-09-024-14/+16
* Add ms_abi and sysv_abi attribute handling.Charles Davis2013-08-301-0/+2
* Move individual group name strings from the OptionTable into one big char arr...Craig Topper2013-08-293-9/+9
* Reorder and shrink size of NameLen field in diagnostic group table. Shaves ~4...Craig Topper2013-08-282-5/+7
* Merge diagnostic group tables to reduce data size and relocation entries.Craig Topper2013-08-282-15/+23
* cmake: install a cl.exe binary in the tools/msbuild-bin dirHans Wennborg2013-08-281-0/+9
* Delete CC_Default and use the target default CC everywhereReid Kleckner2013-08-271-1/+0
* CMake: Fix standalone Clang build, take two.Jordan Rose2013-08-271-3/+3
* Revert "CMake: Fix out-of-source build's symlinks."Reid Kleckner2013-08-271-3/+3
* scan-build: Set CC and CXX as make variables when wrapping make builds.Jordan Rose2013-08-271-4/+4
* CMake: Fix out-of-source build's symlinks.Jordan Rose2013-08-271-3/+3
* Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm2013-08-231-2/+1
* Re-add clang-check to the Makefile build.Jordan Rose2013-08-221-0/+4
* Fix dependencies now that the ARC migrator depends on the static analyzer.Jordan Rose2013-08-222-9/+19
* Split isFromMainFile into two functions.Eli Friedman2013-08-221-1/+1
* Remove more uses of 'index' as namespace scope.Argyrios Kyrtzidis2013-08-211-6/+6
* Avoid using the 'index' namespace as scope.Argyrios Kyrtzidis2013-08-211-8/+9
* Fix iterator invalidation. PR16935.Eli Friedman2013-08-201-3/+4
* Look at lowercase version of argv[0] when determining driver modeHans Wennborg2013-08-201-0/+2
* [autotools->cmake] Added support for building clang with an order file.Michael Gottesman2013-08-201-0/+5
* [autotools->cmake] Added support for creating the clang driver plist for OS X.Michael Gottesman2013-08-201-0/+27
* Use cstdio instead of stdio.hDmitri Gribenko2013-08-192-2/+2
* libclang: cleanup unused includes in public headerDmitri Gribenko2013-08-182-0/+2
* {c-index-test|c-arcmt-test}/Makefile: Update USEDLIBS along corresponding to ...NAKAMURA Takumi2013-08-182-2/+2
* + make scan-build work with Strawberry Perl, ActiveState Perl, cygwin perl an...Anton Yartsev2013-08-171-7/+12
* Rename libIDE to libIndex.Argyrios Kyrtzidis2013-08-173-17/+17
* Replace some DenseMap keys with simpler structures that don't need another De...Benjamin Kramer2013-08-161-34/+1
* Introduce the clangIDE library.Argyrios Kyrtzidis2013-08-163-814/+35
* Added source locs for angled parentheses in class/var template partial specs.Enea Zaffanella2013-08-102-5/+8
* Add clang_Location_isFromMainFile() to libclang.Stefanus Du Toit2013-08-082-0/+12
* Remove misleading comment about using cc1 option table.Hans Wennborg2013-08-081-4/+4
* scan-build: pass -target through to analyzerJordan Rose2013-08-081-0/+1
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-062-1/+99
* Assume UniqueID is zero for invalid PPRegion to fix uninitialized reads repor...Alexey Samsonov2013-08-021-1/+1
* Use llvm::sys::fs::UniqueID for windows and unix.Rafael Espindola2013-08-012-27/+25
* Simplify git-clang-format by using new -lines option.Daniel Jasper2013-08-011-44/+12
* Fix up the BUILD_CLANG_ONLY code to work properly after r184794.Bob Wilson2013-07-261-2/+3
* Don't forward all assembler arguments untouched to -cc1asDavid Blaikie2013-07-251-4/+2
* Remove support for CCC_ADD_ARGS. QA_OVERRIDE_GCC3_OPTIONS supersedes it.Rafael Espindola2013-07-231-19/+0
* [libclang] Expose the rest of the array types.Argyrios Kyrtzidis2013-07-231-0/+24
* Revert commit 186833 (no longer needed after the fix in 186859).Enea Zaffanella2013-07-221-83/+46
* Fix bug in clang-format's vim integration cause by r186789.Daniel Jasper2013-07-221-1/+1
* c-index-test.c: Let this C89-compliant since r186817.NAKAMURA Takumi2013-07-221-46/+83
* Install git-clang-format along with clang-format by default.Daniel Jasper2013-07-221-3/+2
* clang-format: Smarter replacement in the vim integration.Daniel Jasper2013-07-211-7/+6
OpenPOWER on IntegriCloud