aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend
AgeCommit message (Expand)Author
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-17Refactor SerializeDiagnosticsPrinter to using DiagnosticRenderer. This gives...Ted Kremenek
2011-12-17Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which h...Ted Kremenek
2011-12-16C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith
2011-12-14Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier
2011-12-12Add frontend flags to enable bitcode verifier pass.Chad Rosier
2011-12-09Move ChainedIncludesSource into the Frontend library. This never reallyChandler Carruth
2011-12-09Move a free function from the Frontend library into the Lex library asChandler Carruth
2011-12-07Make changes to SDiagsWriter to make it work in combination with the ARC migr...Argyrios Kyrtzidis
2011-12-07Initialize these values, fixing the build in cases where stack realignmentNick Lewycky
2011-12-06Remove unused member to appease valgrind.Benjamin Kramer
2011-12-06Stack realignment is a tristate. Add -mno-stackrealign to turn off all stackNick Lewycky
2011-12-05Add -mstack-alignment=X and fix -mstackrealign handling now that theJoerg Sonnenberger
2011-12-02When we treat an #include or #import as a module import, create anDouglas Gregor
2011-12-01Introduce the notion of name visibility into modules. For a givenDouglas Gregor
2011-11-30Another GCC fixDouglas Gregor
2011-11-30Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor
2011-11-30Implement (de-)serialization of the description of a module and itsDouglas Gregor
2011-11-30When writing a module file, pass the module through to the ASTDouglas Gregor
2011-11-30Teach the preprocessor how to handle module import declarations thatDouglas Gregor
2011-11-30When loading a module that involves submodules (e.g., std.vector),Douglas Gregor
2011-11-30Switch the module-loading interfaces and parser from a simpleDouglas Gregor
2011-11-29Eliminate the -emit-module option, which emitted a module by parsing aDouglas Gregor
2011-11-28[libclang] Indexing API: If the client requested to get a CXTranslationUnit a...Argyrios Kyrtzidis
2011-11-28[libclang] Indexing API: Capture diagnostics during indexing.Argyrios Kyrtzidis
2011-11-22implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitize...Kostya Serebryany
2011-11-18Refine placement of LangOptions object in CompilerInvocation by adding a new ...Ted Kremenek
2011-11-18Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continueArgyrios Kyrtzidis
2011-11-17Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ...Ted Kremenek
2011-11-16Add -f[no-]address-sanitizer flagKostya Serebryany
2011-11-16Add support for building a module from a module map to the -cc1Douglas Gregor
2011-11-15Revert r144703. It was a dumb idea anyway; will add the new bits moreDouglas Gregor
2011-11-15Split GenerateModuleAction into its own action, which will startDouglas Gregor
2011-11-10serialized diagnostics: implement full deserialization of clang diagnostics v...Ted Kremenek
2011-11-09Fixing 80 col violations (& removing any trailing whitespace on files I was t...David Blaikie
2011-11-08serialized diagnostics: serialize the version info in a separate meta block.Ted Kremenek
2011-11-05Add two flags to the CC1 layer that I was hoping to avoid. We need toChandler Carruth
2011-11-05serialized diagnostics: include FixIt information in serialized diagnostics.Ted Kremenek
2011-11-05serialized diagnostics: pull emission of filenames into diagnostic block.Ted Kremenek
2011-11-05serialized diagnostics: emit source ranges.Ted Kremenek
2011-11-05Move definition of record/block IDs for serialized diagnostics to public header.Ted Kremenek
2011-11-03[libclang] Add infrastructure to be able to only deserialize decls in a file ...Argyrios Kyrtzidis
2011-11-01Put a reference of the ASTReader in the ASTUnit.Argyrios Kyrtzidis
2011-10-31Have the ASTUnit associate the local declarations that get parsed with the fileArgyrios Kyrtzidis
2011-10-30Add support for lazily linking bitcode files (using a newPeter Collingbourne
2011-10-29Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that seri...Ted Kremenek
2011-10-27Move ASTUnit's handling of temporary files and the preamble file into a lazil...Ted Kremenek
2011-10-25[PCH] When visiting preprocessed entities, make it possible to avoid deserial...Argyrios Kyrtzidis
2011-10-24[libclang] Make sure we don't try to erase past the StoredDiagnostics vector.Argyrios Kyrtzidis
2011-10-21Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This isNick Lewycky