aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2014-08-27Update for LLVM api change.Rafael Espindola
2014-08-26[libclang] Fixup the cursor spelling range for C++ destructors, operator over...Argyrios Kyrtzidis
2014-08-26Return a std::unique_ptr from getBufferForFile. NFC.Rafael Espindola
2014-08-26Convert MC command line flag for fatal assembler warnings into a properJoerg Sonnenberger
2014-08-25Update for llvm api change.Rafael Espindola
2014-08-22Fix PR17239 by changing the semantics of the RemainingArgsClass Option kindReid Kleckner
2014-08-21Update Clang for LLVM API change to use unique_ptr in SourceManager::AddNewSo...David Blaikie
2014-08-19[OPENMP] Extract common superclass from all the loop directives. No functiona...Alexander Musman
2014-08-18Fix a memory leak in one of the test unit. Silent coverity warning CID 1095912Sylvestre Ledru
2014-08-16[libclang] Introduce clang_File_isEqual for comparing CXFile handles.Argyrios Kyrtzidis
2014-08-15Revert "Update for LLVM change (StringSaver)"Sean Silva
2014-08-15Update for LLVM change (StringSaver)Sean Silva
2014-08-15Rename as suggested by dblaikieSean Silva
2014-08-15ArrayRef'izeSean Silva
2014-08-15Rename this function to better reflect its purposeSean Silva
2014-08-15[cleanup] Rename this function to better reflect its purpose. NFC.Sean Silva
2014-08-15[cleanup] Range-for'ify this loop. NFC.Sean Silva
2014-08-15[cleanup] Factor out handling CC1 tools. NFC.Sean Silva
2014-08-15[cleanup] Factor out setting the driver's install dir. NFC.Sean Silva
2014-08-15[cleanup] Factor out initializing the DianosticOptions. NFC.Sean Silva
2014-08-15[cleanup] Factor out adjusting "cl.exe" to "clang-cl.exe". NFC.Sean Silva
2014-08-15[cleanup] Factor out some checks. NFC.Sean Silva
2014-08-13Header guard canonicalization, clang part.Benjamin Kramer
2014-08-11Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dumpRichard Smith
2014-08-10Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie
2014-08-10std::unique_ptr-ify the result of ASTUnit::LoadFromASTFileDavid Blaikie
2014-08-08Fix a bug when scan-build is used in a cross-compilation environment withSylvestre Ledru
2014-08-08CompilationDatabase: Sure-up ownership of compilation databases using std::un...David Blaikie
2014-08-08Expose the CUDA shared attribute to the C API.Eli Bendersky
2014-08-08Add missing header guards.Benjamin Kramer
2014-08-06Objective-C ARC. First patch toward generating new APIsFariborz Jahanian
2014-08-02libclang/Makefile: Update LINK_COMPONENTS take #3. Sorry for the noise.NAKAMURA Takumi
2014-08-02libclang/Makefile: Update LINK_COMPONENTS take #2.NAKAMURA Takumi
2014-08-02libclang/Makefile: Restore some components in LINK_COMPONENTS. Clang's Makefi...NAKAMURA Takumi
2014-08-02libclang: Update LINK_COMPONENTS.NAKAMURA Takumi
2014-08-01Update build instructions for the clang-format VS pluginHans Wennborg
2014-08-01Add IR Mangler for more stable mangling.Eli Bendersky
2014-08-01Fix a memory leak - dispose of the CXString after printing it in mangling.Eli Bendersky
2014-08-01clang-format vs plugin: claim support for VS 14 CTP tooHans Wennborg
2014-07-31Exposes a C API to name mangling for a given cursor.Eli Bendersky
2014-07-29clang-format vs plugin: include the licenseHans Wennborg
2014-07-24[OPENMP] Initial parsing and sema analysis for clause 'seq_cst' of 'atomic' d...Alexey Bataev
2014-07-24[OPENMP] Initial parsing and sema analysis for clause 'capture' in 'atomic' d...Alexey Bataev
2014-07-23[OPENMP] Initial parsing and sema analysis for 'update' clause of 'atomic' di...Alexey Bataev
2014-07-23[OPENMP] Initial parsing an sema analysis for 'write' clause of 'atomic' dire...Alexey Bataev
2014-07-23[OPENMP] Initial parsing and sema analysis for 'read' clause in 'atomic' dire...Alexey Bataev
2014-07-22[OPENMP] Initial parsing and sema analysis for 'atomic' directive.Alexey Bataev
2014-07-22[OPENMP] Initial parsing and sema analysis for 'ordered' directive.Alexey Bataev
2014-07-21clang-format vs plugin: set version number from cmake (PR20307)Hans Wennborg
2014-07-21[OPENMP] Initial parsing and sema analysis for 'flush' directive.Alexey Bataev