summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* AST representation for user-defined literals, plus just enough of semanticRichard Smith2012-03-071-0/+1
* [PCH] Mark a PCH file with a flag to indicate if the serialized AST hadArgyrios Kyrtzidis2012-03-072-2/+6
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-0610-8/+83
* Add static analyzer support for new NSArray/NSDictionary/NSNumber literals.Ted Kremenek2012-03-061-1/+2
* And libclang cursor/indexing support for new Objective-C NSArray/NSDictionary...Ted Kremenek2012-03-063-10/+36
* Add MCRegisterInfo to the MCInstPrinter factory function interface.Jim Grosbach2012-03-051-1/+1
* Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h.Argyrios Kyrtzidis2012-03-011-1/+1
* Remove stray semi-colon.Daniel Dunbar2012-02-291-1/+1
* [AST] When we @synthesize a property with a user-defined ivar name,Argyrios Kyrtzidis2012-02-283-9/+18
* [libclang] When indexing an objc property, also provide information aboutArgyrios Kyrtzidis2012-02-285-2/+61
* [AST] Associate the getter/setter methods to a property of a objc class exten...Argyrios Kyrtzidis2012-02-281-11/+29
* Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"Argyrios Kyrtzidis2012-02-271-1/+1
* Don't record nested macro expansions in the preprocessing record,Argyrios Kyrtzidis2012-02-253-12/+2
* Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor2012-02-242-0/+7
* Update set-xcode-analyzer to work with Xcode repackaging in Xcode 4.3Ted Kremenek2012-02-221-1/+9
* [libclang] Index the field references of a designated initializer, rdar://109...Argyrios Kyrtzidis2012-02-221-0/+11
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-208-17/+17
* Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol...Sebastian Redl2012-02-161-3/+2
* Revert "Make CXXNewExpr contain only a single initialier, and not hold the us...Sebastian Redl2012-02-161-2/+3
* Make CXXNewExpr contain only a single initialier, and not hold the used const...Sebastian Redl2012-02-161-3/+2
* [libclang] Do index statements inside a type source info. rdar://10872758Argyrios Kyrtzidis2012-02-161-0/+5
* Provide common include for all diagnostic headers.David Blaikie2012-02-151-19/+1
* Remove the unuseful -fdiagnostics-show-nameDavid Blaikie2012-02-151-7/+45
* Fix typo in r150549.Richard Smith2012-02-151-3/+3
* Implement indexing support for lambdas in libclang (both kinds), asDouglas Gregor2012-02-157-7/+122
* [libclang] Indexing: only index implicit template instantiations via an opt-i...Argyrios Kyrtzidis2012-02-146-21/+44
* Fix use-after-free introduced by me being an idiot.Ted Kremenek2012-02-141-6/+4
* Implement new DiagnosticsRenderer that packages notes retrieved by clang_getD...Ted Kremenek2012-02-143-10/+126
* drop more llvm:: prefixes on SmallString<>Dylan Noblesmith2012-02-137-17/+17
* drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith2012-02-139-21/+21
* [libclang] For a reference of an implicit template instantiation just giveArgyrios Kyrtzidis2012-02-111-3/+0
* Have the driver pass CPU and target feature information to cc1as.Jim Grosbach2012-02-101-4/+25
* [libclang] Indexing API: fully index using decls and directives.Argyrios Kyrtzidis2012-02-101-0/+23
* [libclang] Indexing API: Fully index implict template instantiations.Argyrios Kyrtzidis2012-02-105-4/+54
* [libclang] Encode the template specialization parameters of a functionArgyrios Kyrtzidis2012-02-101-0/+10
* cmake: create a relative symlink to clang, not absoluteDylan Noblesmith2012-02-091-3/+4
* [libclang] Indexing: When suppressing references, suppress referencesArgyrios Kyrtzidis2012-02-081-0/+13
* [libclang] For CXXOperatorCallExprs, give a valid source location to the Decl...Argyrios Kyrtzidis2012-02-081-0/+6
* [libclang] Do not index implicit C++ member functions. rdar://10769813Argyrios Kyrtzidis2012-02-073-2/+5
* Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer2012-02-071-2/+0
* Make use of const-correct ParseCommandLineOptionsDavid Blaikie2012-02-072-2/+2
* Print NamedDecls directly to a raw_ostream where possible.Benjamin Kramer2012-02-071-3/+3
* Introduce basic ASTs for lambda expressions. This covers:Douglas Gregor2012-02-071-0/+1
* Added location for template keyword in TemplateSpecializationTypeLoc. In the ...Abramo Bagnara2012-02-061-1/+1
* Move various diagnostic operator<< overloads out of line and remove includes ...Benjamin Kramer2012-02-041-0/+2
* [libclang] Stick to the silly notion that a forward class/protocolArgyrios Kyrtzidis2012-02-041-0/+14
* Pass the SourceMgr to the MCContext for cc1as.Jim Grosbach2012-02-021-1/+1
* Added source location for the template keyword in AST template-id expressions.Abramo Bagnara2012-01-271-1/+1
* Teach ccc-analyzer about -fobjc-abi-version.Ted Kremenek2012-01-261-1/+2
* objc-arc: introduce -no-finalize-removal which in gc mode,Fariborz Jahanian2012-01-261-1/+2