summaryrefslogtreecommitdiff
path: root/tools/libclang
Commit message (Expand)AuthorAge
* RAV reunification: merge Lambda body visitation to DRAVAlp Toker2014-05-20
* VirtualFileSystem: Add YAMLVFSWriter to generate VFS mapping filesJustin Bogner2014-05-20
* Provide and use a safe Token::getRawIdentifier() accessorAlp Toker2014-05-17
* Switch another write_escaped to yaml::escapeBen Langmuir2014-05-16
* [libclang] Introduce clang_Module_isSystem(), which returns non-zero if the g...Argyrios Kyrtzidis2014-05-15
* [liblang] Introduce clang_getModuleForFile, which given a CXFile header file,...Argyrios Kyrtzidis2014-05-14
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-10
* Don't leak the CXStoredDiagnostics returned by clang_codeCompleteGetDiagnostic()Nico Weber2014-05-09
* [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...Alexey Bataev2014-05-06
* [libclang] Add attribute support for 'pure', 'const' and 'noduplicate'.Joey Gouly2014-05-01
* libclang: split out the documentation comment APIAlp Toker2014-04-28
* libclang: remove 'CXDiagnostic_Remark'Alp Toker2014-04-26
* Simplify leak fix of r207076, by just disposing the previous CXString.Argyrios Kyrtzidis2014-04-24
* Fix two leaks found by LSan.Nico Weber2014-04-24
* Attempt to fix null ASTContext in ASTUnit error pathBen Langmuir2014-04-22
* [OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman2014-04-22
* When writing YAML in libclang, use yaml::escape instead of write_escapedBen Langmuir2014-04-17
* Honour -ivfsoverlay in ASTUnit to match clangBen Langmuir2014-04-15
* libclang: add clang_CXXMethod_isConst API that allows to determine if a C++Dmitri Gribenko2014-04-07
* [OPENMP] Implemented 'copyin' clauseAlexey Bataev2014-03-31
* libclang/libIndex: USR generation: mangle source location into USRs for macros,Dmitri Gribenko2014-03-28
* [cleanup] Stop specifying size overrides for BumpPtrAllocators.Chandler Carruth2014-03-27
* [OPENMP] parsing of clause 'safelen' (for directive 'omp simd')Alexey Bataev2014-03-21
* Tooling: Move heavyweight vectors around instead of copying.Benjamin Kramer2014-03-20
* [libclang] Introduce clang_VirtualFileOverlay_setCaseSensitivity that exposes...Argyrios Kyrtzidis2014-03-20
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-15
* [C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...Aaron Ballman2014-03-14
* [C++11] Replacing OMPThreadPrivateDecl and OMPClause iterators varlist_begin(...Aaron Ballman2014-03-14
* [C++11] Replacing ObjCImplementationDecl iterators ivar_begin() and ivar_end(...Aaron Ballman2014-03-14
* [C++11] Replacing UsingDecl iterators shadow_begin() and shadow_end() with it...Aaron Ballman2014-03-13
* [C++11] Replacing CXXRecordDecl iterators init_begin() and init_end() with it...Aaron Ballman2014-03-13
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-13
* Use vector<T>::data() to simplify codeDmitri Gribenko2014-03-12
* [C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_ra...Aaron Ballman2014-03-08
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-08
* [C++11] Revert uses of lambdas with array_pod_sort.Benjamin Kramer2014-03-07
* [C++11] Convert sort predicates into lambdas.Benjamin Kramer2014-03-07
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...Aaron Ballman2014-03-07
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-07
* [C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...Aaron Ballman2014-03-07
* [C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...Aaron Ballman2014-03-07
* Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...Aaron Ballman2014-03-07
* [C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...Aaron Ballman2014-03-07
* [OPENMP] Clause 'num_threads'Alexey Bataev2014-03-06
* Fix -Wsign-compare warning.Jordan Rose2014-03-04
* [cleanup] Re-sort includes with llvm/utils/sort_includes.py and fixChandler Carruth2014-03-04
* [libclang] Have clang_getCursorSpelling() return the string for a CXCursor_Ob...Argyrios Kyrtzidis2014-03-03
* Serialized diagnostic severity levels should be stable.Jordan Rose2014-03-03
* [libclang] Introduce APIs that assist in constructing a simple module.map fil...Argyrios Kyrtzidis2014-03-03