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