summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Remove stray semi-colon.Daniel Dunbar2012-02-29
* [AST] When we @synthesize a property with a user-defined ivar name,Argyrios Kyrtzidis2012-02-28
* [libclang] When indexing an objc property, also provide information aboutArgyrios Kyrtzidis2012-02-28
* [AST] Associate the getter/setter methods to a property of a objc class exten...Argyrios Kyrtzidis2012-02-28
* Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"Argyrios Kyrtzidis2012-02-27
* Don't record nested macro expansions in the preprocessing record,Argyrios Kyrtzidis2012-02-25
* Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor2012-02-24
* Update set-xcode-analyzer to work with Xcode repackaging in Xcode 4.3Ted Kremenek2012-02-22
* [libclang] Index the field references of a designated initializer, rdar://109...Argyrios Kyrtzidis2012-02-22
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-20
* Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol...Sebastian Redl2012-02-16
* Revert "Make CXXNewExpr contain only a single initialier, and not hold the us...Sebastian Redl2012-02-16
* Make CXXNewExpr contain only a single initialier, and not hold the used const...Sebastian Redl2012-02-16
* [libclang] Do index statements inside a type source info. rdar://10872758Argyrios Kyrtzidis2012-02-16
* Provide common include for all diagnostic headers.David Blaikie2012-02-15
* Remove the unuseful -fdiagnostics-show-nameDavid Blaikie2012-02-15
* Fix typo in r150549.Richard Smith2012-02-15
* Implement indexing support for lambdas in libclang (both kinds), asDouglas Gregor2012-02-15
* [libclang] Indexing: only index implicit template instantiations via an opt-i...Argyrios Kyrtzidis2012-02-14
* Fix use-after-free introduced by me being an idiot.Ted Kremenek2012-02-14
* Implement new DiagnosticsRenderer that packages notes retrieved by clang_getD...Ted Kremenek2012-02-14
* drop more llvm:: prefixes on SmallString<>Dylan Noblesmith2012-02-13
* drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith2012-02-13
* [libclang] For a reference of an implicit template instantiation just giveArgyrios Kyrtzidis2012-02-11
* Have the driver pass CPU and target feature information to cc1as.Jim Grosbach2012-02-10
* [libclang] Indexing API: fully index using decls and directives.Argyrios Kyrtzidis2012-02-10
* [libclang] Indexing API: Fully index implict template instantiations.Argyrios Kyrtzidis2012-02-10
* [libclang] Encode the template specialization parameters of a functionArgyrios Kyrtzidis2012-02-10
* cmake: create a relative symlink to clang, not absoluteDylan Noblesmith2012-02-09
* [libclang] Indexing: When suppressing references, suppress referencesArgyrios Kyrtzidis2012-02-08
* [libclang] For CXXOperatorCallExprs, give a valid source location to the Decl...Argyrios Kyrtzidis2012-02-08
* [libclang] Do not index implicit C++ member functions. rdar://10769813Argyrios Kyrtzidis2012-02-07
* Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer2012-02-07
* Make use of const-correct ParseCommandLineOptionsDavid Blaikie2012-02-07
* Print NamedDecls directly to a raw_ostream where possible.Benjamin Kramer2012-02-07
* Introduce basic ASTs for lambda expressions. This covers:Douglas Gregor2012-02-07
* Added location for template keyword in TemplateSpecializationTypeLoc. In the ...Abramo Bagnara2012-02-06
* Move various diagnostic operator<< overloads out of line and remove includes ...Benjamin Kramer2012-02-04
* [libclang] Stick to the silly notion that a forward class/protocolArgyrios Kyrtzidis2012-02-04
* Pass the SourceMgr to the MCContext for cc1as.Jim Grosbach2012-02-02
* Added source location for the template keyword in AST template-id expressions.Abramo Bagnara2012-01-27
* Teach ccc-analyzer about -fobjc-abi-version.Ted Kremenek2012-01-26
* objc-arc: introduce -no-finalize-removal which in gc mode,Fariborz Jahanian2012-01-26
* [driver] Do emit the diagnostics when CompilerInvocation::CreateFromArgs() fa...Argyrios Kyrtzidis2012-01-25
* [analyzer] Add the HTML file to the SATest diagnostic diff.Anna Zaks2012-01-24
* [libclang] In clang::getCursorKindForDecl() don't return "UnexposedDecl"Argyrios Kyrtzidis2012-01-24
* [libclang] When calling clang_getCursorReferenced on a class or protocolArgyrios Kyrtzidis2012-01-24
* [libclang] For:Argyrios Kyrtzidis2012-01-23
* Introduce CXXRecordDecl::isCLike() that is true if the class is C-like,Argyrios Kyrtzidis2012-01-23
* [libclang] Index C++ template specializations, rdar://10732708Argyrios Kyrtzidis2012-01-23