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