aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2013-10-07Driver: Use the canonical command line arguments.David Majnemer
2013-10-03[libclang] Introduce clang_Type_getClassType which returns the class type of ...Argyrios Kyrtzidis
2013-10-02clang-format: Fix clang-format-diff.py according to diff specification.Daniel Jasper
2013-10-01[OpenMP] Added parsing and semantic analysis for firstprivate clauseAlexey Bataev
2013-09-30Remove unused variable introduced in 191666David Blaikie
2013-09-30Moving style option formatting to libFormatEdwin Vane
2013-09-26Fix up fallout from r187156.Bob Wilson
2013-09-25[libclang] Provide location for attributes and expose 'packed' attribute.Argyrios Kyrtzidis
2013-09-24[OPENMP] Bug fixes and improvements.Alexey Bataev
2013-09-22Fix array_pod_sort predicates after LLVM change.Benjamin Kramer
2013-09-21Fix clang-format-diff.py to accept -style again.Daniel Jasper
2013-09-18Simplify clang-format-diff.py using new clang-format options.Daniel Jasper
2013-09-18Add the intrinsic __builtin_convertvectorHal Finkel
2013-09-16[libclang] Don't report a DecayedType as "unexposed", report it as the origin...Argyrios Kyrtzidis
2013-09-16[analyzer] scan-build: add missing semicolonJordan Rose
2013-09-14[analyzer] Put more uniqueness in scan-build's temporary directory names.Jordan Rose
2013-09-13Remove unnecessary inclusion of Sema.hDavid Blaikie
2013-09-13clang-format: Add -assume-filename option for editor integrations.Daniel Jasper
2013-09-12Fix the MCTargetAsmParser API change.Joey Gouly
2013-09-12[libclang] In clang_getLocation, check that the provided line/column is valid.Argyrios Kyrtzidis
2013-09-11Fix 2 cases of uninitialized reads of an invalid PresumedLoc.Evgeniy Stepanov
2013-09-10Allow _clang-format as alternative to .clang-format config filenameHans Wennborg
2013-09-09Update to the new API interface which requires the MCRegisterInfo object. <rd...Bill Wendling
2013-09-06OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...Alexey Bataev
2013-09-05Make error text if clang-format is not on the system PATH more helpful,Manuel Klimek
2013-09-04Adds a VSPackage project that builds a VS extension to run clang-format over ...Manuel Klimek
2013-09-04clang-cl: Use "clang cl.exe" when disambiguating the diagnostic prefix.Reid Kleckner
2013-09-04clang-cl: Avoid confusing diagnostics when clang-cl is called just cl.exeReid Kleckner
2013-09-03Remove unused typedef.Eric Christopher
2013-09-03Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola
2013-09-03OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev
2013-09-02Added WebKit style to the BasedOnStyle handling and to the relevant help mess...Alexander Kornienko
2013-09-02Whitespace changes in help messages + updated help output in .rst file.Alexander Kornienko
2013-09-02Switch the default mode for clang-format to '-file'. Make 'LLVM' theChandler Carruth
2013-08-30Add ms_abi and sysv_abi attribute handling.Charles Davis
2013-08-29Move individual group name strings from the OptionTable into one big char arr...Craig Topper
2013-08-28Reorder and shrink size of NameLen field in diagnostic group table. Shaves ~4...Craig Topper
2013-08-28Merge diagnostic group tables to reduce data size and relocation entries.Craig Topper
2013-08-28cmake: install a cl.exe binary in the tools/msbuild-bin dirHans Wennborg
2013-08-27Delete CC_Default and use the target default CC everywhereReid Kleckner
2013-08-27CMake: Fix standalone Clang build, take two.Jordan Rose
2013-08-27Revert "CMake: Fix out-of-source build's symlinks."Reid Kleckner
2013-08-27scan-build: Set CC and CXX as make variables when wrapping make builds.Jordan Rose
2013-08-27CMake: Fix out-of-source build's symlinks.Jordan Rose
2013-08-23Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm
2013-08-22Re-add clang-check to the Makefile build.Jordan Rose
2013-08-22Fix dependencies now that the ARC migrator depends on the static analyzer.Jordan Rose
2013-08-22Split isFromMainFile into two functions.Eli Friedman
2013-08-21Remove more uses of 'index' as namespace scope.Argyrios Kyrtzidis
2013-08-21Avoid using the 'index' namespace as scope.Argyrios Kyrtzidis