summaryrefslogtreecommitdiffstats
path: root/tools/libclang
Commit message (Expand)AuthorAgeFilesLines
* [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-144-4/+4
* [libclang] Make sure to visit the body of a CXXForRangeStmt.Argyrios Kyrtzidis2014-11-131-1/+2
* [liblang] Handle CXXForRangeStmt during AST visitation.Argyrios Kyrtzidis2014-11-131-0/+6
* [libclang] When initializing an ObjC object via the "[[ClassName alloc] init*...Argyrios Kyrtzidis2014-11-101-2/+10
* [c++1z] N4295: fold-expressions.Richard Smith2014-11-081-0/+1
* [CMake] Prune redundant libdeps.NAKAMURA Takumi2014-10-301-1/+0
* Refactor libTooling to reduce required dependencies.Daniel Jasper2014-10-291-1/+1
* Objective-C. revert patch for rdar://17554063.Fariborz Jahanian2014-10-281-6/+0
* Add the initial TypoExpr AST node for delayed typo correction.Kaelyn Takata2014-10-271-0/+1
* Add frontend support for __vectorcallReid Kleckner2014-10-241-0/+1
* Refactor implementation of 'exclude header'.Richard Smith2014-10-231-5/+1
* [OPENMP] Codegen for 'private' clause in 'parallel' directive.Alexey Bataev2014-10-211-1/+5
* Add llvm_unreachable after switch to avoid warnings about a missingKaelyn Takata2014-10-151-0/+1
* Drop unneccessary default case from switch introduced in r219809Kaelyn Takata2014-10-151-2/+0
* [libclang] Add function to retrieve storage class in libclang.Argyrios Kyrtzidis2014-10-152-0/+36
* Frontend: Don't accept null DiagnosticsEngines when building ASTUnitsJustin Bogner2014-10-151-1/+2
* Re-apply "Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnos...Justin Bogner2014-10-141-429/+162
* Revert "Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnosti...Justin Bogner2014-10-141-162/+429
* Frontend: Extract SerializedDiagnosticReader out of CXLoadedDiagnostic (NFC)Justin Bogner2014-10-141-429/+162
* Correctly handle reading locations from serialized diagnosticsJustin Bogner2014-10-101-5/+7
* Add libclang capabilities to retriete template arguments from specializations.Eli Bendersky2014-10-102-0/+139
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-092-0/+10
* Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...Renato Golin2014-10-082-10/+0
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-072-0/+10
* -ms-extensions: Implement __super scope specifier (PR13236).Nikola Smiljanic2014-09-262-0/+3
* [OPENMP] Parsing/Sema of directive omp parallel for simdAlexander Musman2014-09-232-0/+11
* [OPENMP] Initial parsing/sema analysis of 'target' directive.Alexey Bataev2014-09-192-0/+10
* Parsing/Sema of directive omp for simdAlexander Musman2014-09-182-0/+10
* Use the simpler version of llvm::sys::fs::exists.Rafael Espindola2014-09-111-3/+1
* Unique_ptrify PPCallbacks ownership.Craig Topper2014-09-101-2/+2
* unique_ptrify the diagnostics in CXDiagnosticSetImplDavid Blaikie2014-08-293-27/+25
* [C++11] Support for capturing of variable length arrays in lambda expression.Alexey Bataev2014-08-281-1/+1
* Update for LLVM api change.Rafael Espindola2014-08-273-9/+9
* [libclang] Fixup the cursor spelling range for C++ destructors, operator over...Argyrios Kyrtzidis2014-08-261-0/+12
* Return a std::unique_ptr from getBufferForFile. NFC.Rafael Espindola2014-08-261-3/+1
* [OPENMP] Extract common superclass from all the loop directives. No functiona...Alexander Musman2014-08-191-3/+8
* [libclang] Introduce clang_File_isEqual for comparing CXFile handles.Argyrios Kyrtzidis2014-08-162-0/+13
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-1313-27/+27
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-6/+5
* std::unique_ptr-ify the result of ASTUnit::LoadFromASTFileDavid Blaikie2014-08-101-6/+6
* CompilationDatabase: Sure-up ownership of compilation databases using std::un...David Blaikie2014-08-081-3/+3
* Expose the CUDA shared attribute to the C API.Eli Bendersky2014-08-082-0/+3
* Add missing header guards.Benjamin Kramer2014-08-081-0/+5
* Objective-C ARC. First patch toward generating new APIsFariborz Jahanian2014-08-061-0/+6
* libclang/Makefile: Update LINK_COMPONENTS take #3. Sorry for the noise.NAKAMURA Takumi2014-08-021-1/+1
* libclang/Makefile: Update LINK_COMPONENTS take #2.NAKAMURA Takumi2014-08-021-1/+1
* libclang/Makefile: Restore some components in LINK_COMPONENTS. Clang's Makefi...NAKAMURA Takumi2014-08-021-1/+1
* libclang: Update LINK_COMPONENTS.NAKAMURA Takumi2014-08-022-1/+2
* Add IR Mangler for more stable mangling.Eli Bendersky2014-08-011-12/+21
* Exposes a C API to name mangling for a given cursor.Eli Bendersky2014-07-312-0/+27