summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend
Commit message (Expand)AuthorAgeFilesLines
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-181-4/+7
* Revert "Nicer display of unprintable source, and fix caret display for non-as...Seth Cantrell2012-04-171-7/+4
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-171-4/+7
* Remove the unused, unmaintained, incomplete 'Index' library.Douglas Gregor2012-04-131-10/+0
* Remove the -cc1-level option "-pubnames-dump". Such things should stayDouglas Gregor2012-04-132-10/+0
* Added a flag to the parser to skip method bodies.Erik Verbruggen2012-04-122-0/+6
* [libclang] If displayDiagnostics is set (when calling clang_createIndex), mak...Argyrios Kyrtzidis2012-04-111-4/+26
* [code-complete] Introduce CodeCompletionTUInfo which will be used for cachingArgyrios Kyrtzidis2012-04-101-21/+8
* Revert r154321, pending more discussion.David Chisnall2012-04-091-2/+0
* Add -fobjc-trace to emit a call before and after each Objective-C message sendDavid Chisnall2012-04-091-0/+2
* [analyzer] Enable retry exhausted without inlining by default.Anna Zaks2012-03-281-2/+2
* Move the emission of strict enum range metadata behind a flag (the sameChandler Carruth2012-03-271-0/+2
* [analyzer] Add an option to re-analyze a dead-end path without inlining.Anna Zaks2012-03-271-0/+2
* Introduce a -cc1-level option -pubnames-dump, which simply dumps theDouglas Gregor2012-03-272-0/+10
* [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matchesChad Rosier2012-03-151-2/+2
* [frontend] Add support for disabling the "inline" keyword using Chad Rosier2012-03-141-0/+3
* [driver] Parse diagnostic args in the driver.Chad Rosier2012-03-131-0/+11
* Add new analyzer diagnostic mode where plists can have bugs that span multipl...Ted Kremenek2012-03-121-0/+1
* [analyzer] Add support for NoRedundancy inlining mode.Anna Zaks2012-03-091-1/+1
* [analyzer] Rework inlining related command line options.Anna Zaks2012-03-082-2/+34
* Replace MarkVarRequired with a more genericRafael Espindola2012-03-081-1/+1
* [PCH] Mark a PCH file with a flag to indicate if the serialized AST hadArgyrios Kyrtzidis2012-03-073-2/+10
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-1/+12
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-0/+1
* [analyzer] Bump up the size of the functions that should beAnna Zaks2012-03-051-1/+1
* Fix a small difference in sema and codegen views of what needs to be output.Rafael Espindola2012-03-051-0/+1
* [preprocessor] Enhance PreprocessingRecord to keep track of locations of cond...Argyrios Kyrtzidis2012-03-051-0/+5
* Frontend: Default to creating output files using temporary files + rename.Daniel Dunbar2012-03-031-0/+4
* Frontend: Don't automatically create missing directories when using temporary...Daniel Dunbar2012-03-031-2/+6
* [analyzer] Bound the size of the functions being inlined + provideAnna Zaks2012-03-021-0/+5
* [analyzer] Turn inlining on by default for better testing exposure.Anna Zaks2012-03-011-1/+1
* [analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking.Anna Zaks2012-02-271-0/+2
* Don't record nested macro expansions in the preprocessing record,Argyrios Kyrtzidis2012-02-252-13/+2
* Make PreprocessorOptions::DetailedRecordIncludesNestedMacroExpansions false b...Argyrios Kyrtzidis2012-02-201-1/+1
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-204-32/+32
* Remove the unuseful -fdiagnostics-show-nameDavid Blaikie2012-02-151-2/+0
* Refactor DiagnosticRenderer and SDiagsRenderer to have some functionalityTed Kremenek2012-02-142-8/+34
* [libclang] Indexing API: Fully index implict template instantiations.Argyrios Kyrtzidis2012-02-101-0/+1
* Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...Benjamin Kramer2012-02-091-1/+1
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-058-16/+17
* Some compilers do require Diagnostic.h to be present here.Benjamin Kramer2012-02-041-1/+1
* Don't include Diagnostics.h twice when it's required zero times.Benjamin Kramer2012-02-041-5/+3
* ArrayRef goodness in MultiplexConsumer, no functionality change.Argyrios Kyrtzidis2012-02-041-1/+2
* Use variable in place of multiple CI.getFrontendOpts() calls and use a bitArgyrios Kyrtzidis2012-02-041-2/+1
* Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325>Bob Wilson2012-02-031-0/+4
* Rename -dependency-graphviz to -dependencncy-dotDouglas Gregor2012-02-021-1/+1
* Introduce a -cc1 option "-dependency-graphviz" that determines headerDouglas Gregor2012-02-022-1/+9
* Frontend: fix comment typosDylan Noblesmith2012-02-011-3/+3
* Introduce module attributes into the module map grammar, along with aDouglas Gregor2012-01-272-7/+13
* Extend the ExternalASTSource interface to allow the AST source toDouglas Gregor2012-01-262-0/+65