summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Minor cleanup of SValBuilder: Comments + code reuse.Anna Zaks2011-11-281-2/+8
* objc: turn warning for property type mismatch in Fariborz Jahanian2011-11-282-3/+2
* Removed useless ImplicitCast nodes in explicit cstyle and static castsNicola Gigante2011-11-283-14/+29
* Install c-index-test and clang-c/Index.h as internal files. rdar://10217046Bob Wilson2011-11-281-4/+6
* [libclang] Indexing API: If the client requested to get a CXTranslationUnit a...Argyrios Kyrtzidis2011-11-282-1/+12
* [libclang] Indexing API: Capture diagnostics during indexing.Argyrios Kyrtzidis2011-11-281-1/+2
* Reference initialization with initializer lists.Sebastian Redl2011-11-272-1/+16
* Wordsmith the -Warray-bounds diagnostic text a bitMatt Beaumont-Gay2011-11-241-2/+2
* Add feature to diagnostics that will provide more information on functionRichard Trieu2011-11-232-11/+43
* [libclang] Fix operations (token annotation, getting cursor, etc.) with a fil...Argyrios Kyrtzidis2011-11-231-2/+19
* [libclang] Indexing API: Support C++ symbols.Argyrios Kyrtzidis2011-11-221-11/+106
* implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitize...Kostya Serebryany2011-11-222-2/+1
* Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the sameRichard Smith2011-11-214-1/+7
* Teach the driver about failure result files, which are compilationPeter Collingbourne2011-11-211-0/+15
* Allow preprocessor callbacks to recover from a "file not found" error,Douglas Gregor2011-11-203-2/+36
* Add support for pretty-printing attributes, from Richard Membarth!Douglas Gregor2011-11-191-0/+4
* Fixed HadMultipleCandidates loading.Abramo Bagnara2011-11-192-9/+14
* Driver: Remove the signal number from the "command failed" diagnostic.Benjamin Kramer2011-11-191-1/+1
* Initialize ImplicitConversionSequence::ListInitializationSequence. Fixes PR11394Douglas Gregor2011-11-191-2/+4
* Add missing initialization in the ContentCache. Seriously, when doDouglas Gregor2011-11-191-25/+25
* Refine placement of LangOptions object in CompilerInvocation by adding a new ...Ted Kremenek2011-11-181-11/+17
* Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continueArgyrios Kyrtzidis2011-11-182-2/+4
* [libclang] Indexing API:Argyrios Kyrtzidis2011-11-181-6/+33
* [analyzer] Do not conjure a symbol when we need to propagate taint.Anna Zaks2011-11-171-2/+16
* Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ...Ted Kremenek2011-11-174-8/+13
* [analyzer] Add a helper method.Anna Zaks2011-11-171-0/+2
* Constant expression evaluation: add support for evaluation of member pointersRichard Smith2011-11-171-4/+20
* When making a suggestion regarding which module to load rather thanDouglas Gregor2011-11-173-11/+10
* Add the notion of "framework" modules to module maps. FrameworkDouglas Gregor2011-11-172-5/+21
* Include named unions in union member init checkingDavid Blaikie2011-11-171-1/+1
* Actually free memory for the module mapsDouglas Gregor2011-11-171-1/+3
* When we're loading a framework header, first try to turn the frameworkDouglas Gregor2011-11-172-0/+19
* [analysis] Constify CheckerContext.Anna Zaks2011-11-171-5/+5
* [analyzer] Put CheckerConext::getCalleeName out of line.Anna Zaks2011-11-171-13/+1
* A module with an umbrella header assumes that all of the headers inDouglas Gregor2011-11-162-1/+12
* Implement (de-)serialization of the buffer contents for an overriddenDouglas Gregor2011-11-162-2/+10
* [analyzer] Adding basic building blocks for taint propagation.Anna Zaks2011-11-163-0/+81
* [analyzer] Cleanup (NULL -> 0, no doxygen in cpp).Anna Zaks2011-11-161-4/+4
* [analyzer] Assert if we ever get an over constrained state.Anna Zaks2011-11-161-2/+5
* [analyzer] Factor getCalleeName to the checker context.Anna Zaks2011-11-161-0/+15
* Add -f[no-]address-sanitizer flagKostya Serebryany2011-11-163-0/+6
* When building a module from a module map that isn't simply an umbrellaDouglas Gregor2011-11-161-0/+2
* Add support for building a module from a module map to the -cc1Douglas Gregor2011-11-165-0/+59
* Revert r144703. It was a dumb idea anyway; will add the new bits moreDouglas Gregor2011-11-151-23/+5
* Split GenerateModuleAction into its own action, which will startDouglas Gregor2011-11-151-5/+23
* Add a -cc1-level option -fmodule-name=<name>, which will be used whenDouglas Gregor2011-11-152-0/+6
* Add -Wmismatched-method-attributes flag for when attributes in method definit...Fariborz Jahanian2011-11-151-1/+2
* Warning option typo correction: When two options have the same edit_distance ...Benjamin Kramer2011-11-151-1/+7
* Use Decl's isImplicit field to indicate whether an ObjCInterfaceDecl is 'Impl...Argyrios Kyrtzidis2011-11-151-3/+2
* [libclang] Introduce a new function to apply the indexing callbacks on an exi...Argyrios Kyrtzidis2011-11-151-4/+42