Age | Commit message (Expand) | Author |
2013-05-06 | Have the RecursiveASTVisitor traverse the type source info of an objc class m... | Argyrios Kyrtzidis |
2013-05-03 | Remove DiagnosticConsumer::clone(), a bad idea that is now unused. | Douglas Gregor |
2013-05-03 | [Preprocessor] For the MacroExpands preprocessor callback, also pass the Macr... | Argyrios Kyrtzidis |
2013-05-02 | Remove redundant flag. | Bill Wendling |
2013-05-02 | We don't want FP elimination when doing an Apple-style build. | Bill Wendling |
2013-04-26 | [libclang] Introduce clang_Module_getASTFile function that returns the module... | Argyrios Kyrtzidis |
2013-04-24 | Fix typo in comparison in clang_CXCursorSet_contains(). | Ted Kremenek |
2013-04-24 | Revert "Remove CXCursorSet and related APIs. There are no known clients." | Ted Kremenek |
2013-04-24 | Remove CXCursorSet and related APIs. There are no known clients. | Ted Kremenek |
2013-04-23 | [libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent ... | Argyrios Kyrtzidis |
2013-04-20 | C++1y: Allow aggregates to have default initializers. | Richard Smith |
2013-04-18 | [libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the g... | Argyrios Kyrtzidis |
2013-04-18 | [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Q... | Argyrios Kyrtzidis |
2013-04-18 | [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the writ... | Argyrios Kyrtzidis |
2013-04-18 | [libclang] Report parameter array types as written in source, not decayed to ... | Argyrios Kyrtzidis |
2013-04-16 | Sema for Captured Statements | Tareq A. Siraj |
2013-04-16 | Implement CapturedStmt AST | Tareq A. Siraj |
2013-04-16 | Basic support for Microsoft property declarations and | John McCall |
2013-04-12 | [libclang] Introduce clang_Location_isInSystemHeader to check if a location r... | Argyrios Kyrtzidis |
2013-04-11 | [libclang] Have clang_getCXXAccessSpecifier() also return the access control ... | Argyrios Kyrtzidis |
2013-04-11 | [libclang] Expose record layout info via new libclang functions: | Argyrios Kyrtzidis |
2013-04-09 | [libclang] In cxtu::getASTUnit(), check for a null CXTranslationUnit. | Argyrios Kyrtzidis |
2013-04-05 | [libclang] Fix cursor visitation to not ignore template arguments in out-of-l... | Argyrios Kyrtzidis |
2013-04-04 | [libclang] Add some checks to make sure the given CXTranslationUnit is not nu... | Argyrios Kyrtzidis |
2013-04-01 | [libclang] Make clang_Cursor_getArgument work with call-exprs. | Argyrios Kyrtzidis |
2013-03-29 | [libclang] If libclang logging is enabled, print all compiler diagnostics to ... | Argyrios Kyrtzidis |
2013-03-29 | [cmake] Add clang-headers as a dependency of libclang and if we have to copy ... | Argyrios Kyrtzidis |
2013-03-27 | Update the error handing static functions for r178161. | Chad Rosier |
2013-03-26 | [Preprocessor/Modules] Separate the macro directives kinds into their own Mac... | Argyrios Kyrtzidis |
2013-03-22 | OpenMP threadprivate directive parsing and semantic analysis | Alexey Bataev |
2013-03-18 | [libclang] Modify clang_getCursorType to be able to handle a function templat... | Argyrios Kyrtzidis |
2013-03-13 | [Modules] Resolve top-headers of modules lazily. | Argyrios Kyrtzidis |
2013-03-08 | [libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to ... | Argyrios Kyrtzidis |
2013-03-08 | [libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to ... | Argyrios Kyrtzidis |
2013-03-08 | [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve a... | Argyrios Kyrtzidis |
2013-03-08 | [libclang] When calling the function of CXCursorAndRangeVisitor, don't forget to | Argyrios Kyrtzidis |
2013-03-08 | [libclang] Add Logger::operator<< overloads for CXCursor and FileEntry. | Argyrios Kyrtzidis |
2013-03-05 | [libclang] When logging a CXTranslationUnit that came from an AST file, print... | Argyrios Kyrtzidis |
2013-03-01 | Fix typos: [Dd]iagnosic -> [Dd]iagnostic | Stefanus Du Toit |
2013-02-26 | doxygen command. Add 'attention' command to list of similar | Fariborz Jahanian |
2013-02-24 | [preprocessor] Use MacroDirective in the preprocessor callbacks to make avail... | Argyrios Kyrtzidis |
2013-02-23 | Revert r175912, "Add support for coldcc to clang" at John's request. | Peter Collingbourne |
2013-02-22 | Add support for coldcc to clang | Peter Collingbourne |
2013-02-22 | Suppress -Wswitch to unbreak the build. | David Blaikie |
2013-02-22 | [Sema] Semantic analysis for empty-declaration and attribute-declaration. | Michael Han |
2013-02-22 | Streamify getNameForDiagnostic and remove the string versions of PrintTemplat... | Benjamin Kramer |
2013-02-21 | CIndex.cpp: Appease g++-4.4. "if (Optional<unsigned> Minor = In.getMinor())" ... | NAKAMURA Takumi |
2013-02-21 | Use None rather than Optional<T>() where possible. | David Blaikie |
2013-02-21 | Strip 'llvm' from 'llvm::Optional' uses. | Ted Kremenek |
2013-02-20 | [preprocessor] Split the MacroInfo class into two separate concepts, MacroInf... | Argyrios Kyrtzidis |