summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
...
* [libclang] In clang_getLocation, check that the provided line/column is valid.Argyrios Kyrtzidis2013-09-12
* Fix 2 cases of uninitialized reads of an invalid PresumedLoc.Evgeniy Stepanov2013-09-11
* Allow _clang-format as alternative to .clang-format config filenameHans Wennborg2013-09-10
* Update to the new API interface which requires the MCRegisterInfo object. <rd...Bill Wendling2013-09-09
* OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...Alexey Bataev2013-09-06
* Make error text if clang-format is not on the system PATH more helpful,Manuel Klimek2013-09-05
* Adds a VSPackage project that builds a VS extension to run clang-format over ...Manuel Klimek2013-09-04
* clang-cl: Use "clang cl.exe" when disambiguating the diagnostic prefix.Reid Kleckner2013-09-04
* clang-cl: Avoid confusing diagnostics when clang-cl is called just cl.exeReid Kleckner2013-09-04
* Remove unused typedef.Eric Christopher2013-09-03
* Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola2013-09-03
* OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev2013-09-03
* Added WebKit style to the BasedOnStyle handling and to the relevant help mess...Alexander Kornienko2013-09-02
* Whitespace changes in help messages + updated help output in .rst file.Alexander Kornienko2013-09-02
* Switch the default mode for clang-format to '-file'. Make 'LLVM' theChandler Carruth2013-09-02
* Add ms_abi and sysv_abi attribute handling.Charles Davis2013-08-30
* Move individual group name strings from the OptionTable into one big char arr...Craig Topper2013-08-29
* Reorder and shrink size of NameLen field in diagnostic group table. Shaves ~4...Craig Topper2013-08-28
* Merge diagnostic group tables to reduce data size and relocation entries.Craig Topper2013-08-28
* cmake: install a cl.exe binary in the tools/msbuild-bin dirHans Wennborg2013-08-28
* Delete CC_Default and use the target default CC everywhereReid Kleckner2013-08-27
* CMake: Fix standalone Clang build, take two.Jordan Rose2013-08-27
* Revert "CMake: Fix out-of-source build's symlinks."Reid Kleckner2013-08-27
* scan-build: Set CC and CXX as make variables when wrapping make builds.Jordan Rose2013-08-27
* CMake: Fix out-of-source build's symlinks.Jordan Rose2013-08-27
* Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm2013-08-23
* Re-add clang-check to the Makefile build.Jordan Rose2013-08-22
* Fix dependencies now that the ARC migrator depends on the static analyzer.Jordan Rose2013-08-22
* Split isFromMainFile into two functions.Eli Friedman2013-08-22
* Remove more uses of 'index' as namespace scope.Argyrios Kyrtzidis2013-08-21
* Avoid using the 'index' namespace as scope.Argyrios Kyrtzidis2013-08-21
* Fix iterator invalidation. PR16935.Eli Friedman2013-08-20
* Look at lowercase version of argv[0] when determining driver modeHans Wennborg2013-08-20
* [autotools->cmake] Added support for building clang with an order file.Michael Gottesman2013-08-20
* [autotools->cmake] Added support for creating the clang driver plist for OS X.Michael Gottesman2013-08-20
* Use cstdio instead of stdio.hDmitri Gribenko2013-08-19
* libclang: cleanup unused includes in public headerDmitri Gribenko2013-08-18
* {c-index-test|c-arcmt-test}/Makefile: Update USEDLIBS along corresponding to ...NAKAMURA Takumi2013-08-18
* + make scan-build work with Strawberry Perl, ActiveState Perl, cygwin perl an...Anton Yartsev2013-08-17
* Rename libIDE to libIndex.Argyrios Kyrtzidis2013-08-17
* Replace some DenseMap keys with simpler structures that don't need another De...Benjamin Kramer2013-08-16
* Introduce the clangIDE library.Argyrios Kyrtzidis2013-08-16
* Added source locs for angled parentheses in class/var template partial specs.Enea Zaffanella2013-08-10
* Add clang_Location_isFromMainFile() to libclang.Stefanus Du Toit2013-08-08
* Remove misleading comment about using cc1 option table.Hans Wennborg2013-08-08
* scan-build: pass -target through to analyzerJordan Rose2013-08-08
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-06
* Assume UniqueID is zero for invalid PPRegion to fix uninitialized reads repor...Alexey Samsonov2013-08-02
* Use llvm::sys::fs::UniqueID for windows and unix.Rafael Espindola2013-08-01
* Simplify git-clang-format by using new -lines option.Daniel Jasper2013-08-01