summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
* Revert r154321, pending more discussion.David Chisnall2012-04-091-3/+0
* Add -fobjc-trace to emit a call before and after each Objective-C message sendDavid Chisnall2012-04-091-0/+3
* Teach Clang about PIE compilations. This is the first step of PR12380.Chandler Carruth2012-04-082-0/+7
* [analyzer] Enable retry exhausted without inlining by default.Anna Zaks2012-03-281-3/+3
* Move the emission of strict enum range metadata behind a flag (the sameChandler Carruth2012-03-271-0/+3
* [analyzer] Add an option to re-analyze a dead-end path without inlining.Anna Zaks2012-03-271-0/+3
* Introduce a -cc1-level option -pubnames-dump, which simply dumps theDouglas Gregor2012-03-272-0/+75
* Driver: Factor string vector push_back into a helper class and optimize it.Benjamin Kramer2012-03-261-264/+174
* Since this change is generating a considerable amount of discussion (and poss...Aaron Ballman2012-03-251-56/+46
* No longer hard coding paths to the MinGW include directories; using a regular...Aaron Ballman2012-03-251-46/+56
* [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matchesChad Rosier2012-03-151-6/+4
* Adding in newer MinGW header paths.Aaron Ballman2012-03-151-0/+3
* [frontend] Add support for disabling the "inline" keyword using Chad Rosier2012-03-141-2/+3
* [driver] Parse diagnostic args in the driver.Chad Rosier2012-03-131-12/+25
* [libclang] When there's a file error when saving the PCH, make sure toArgyrios Kyrtzidis2012-03-131-1/+3
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-119-18/+18
* No longer defining GNUC mode when compiling for Microsoft compatibility. Thi...Aaron Ballman2012-03-101-5/+8
* [analyzer] Add support for NoRedundancy inlining mode.Anna Zaks2012-03-091-1/+1
* [Basic] Rename LangOptions::NoInline to NoInlineDefine, to make things a bitDaniel Dunbar2012-03-092-2/+2
* [analyzer] Rework inlining related command line options.Anna Zaks2012-03-081-3/+63
* Replace MarkVarRequired with a more genericRafael Espindola2012-03-081-2/+2
* Workaround module test failures by removing the version info from module hashes.Bob Wilson2012-03-071-1/+4
* [PCH] Mark a PCH file with a flag to indicate if the serialized AST hadArgyrios Kyrtzidis2012-03-073-12/+20
* CMake: Fix build to add clangEdit to USED_LIBS.NAKAMURA Takumi2012-03-061-0/+1
* [driver] What was implemented in r152130 was actually -fno-inline-functions, notChad Rosier2012-03-061-3/+4
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-062-5/+83
* [driver] Add support for -fno-inline.Chad Rosier2012-03-061-2/+4
* Fix a small difference in sema and codegen views of what needs to be output.Rafael Espindola2012-03-051-0/+5
* [preprocessor] Enhance PreprocessingRecord to keep track of locations of cond...Argyrios Kyrtzidis2012-03-051-1/+1
* Frontend: Default to creating output files using temporary files + rename.Daniel Dunbar2012-03-031-1/+2
* Frontend: Don't automatically create missing directories when using temporary...Daniel Dunbar2012-03-032-7/+22
* [analyzer] Bound the size of the functions being inlined + provideAnna Zaks2012-03-021-0/+6
* Add the Solaris support directory to the header search when using libc++.David Chisnall2012-03-021-0/+5
* [analyzer] Turn inlining on by default for better testing exposure.Anna Zaks2012-03-011-1/+2
* Add a flag -fthread-sanitizer.Kostya Serebryany2012-03-011-0/+3
* Serialization: Switch over to using the native SmallVector based BitstreamWriterDaniel Dunbar2012-02-292-2/+2
* Some more Solaris fixes. Now successfully building libc++ on Solaris with cl...David Chisnall2012-02-281-7/+0
* [analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking.Anna Zaks2012-02-271-0/+1
* Don't record nested macro expansions in the preprocessing record,Argyrios Kyrtzidis2012-02-252-11/+3
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-208-24/+24
* Implement #pragma redefine_extname.David Chisnall2012-02-181-0/+3
* Remove the unuseful -fdiagnostics-show-nameDavid Blaikie2012-02-152-15/+0
* Add some Solaris include paths and fix a -lgcc_eh that apparently should be -...David Chisnall2012-02-151-0/+9
* include clang's config.h unconditionally (v2)Dylan Noblesmith2012-02-141-4/+1
* Refactor DiagnosticRenderer and SDiagsRenderer to have some functionalityTed Kremenek2012-02-143-34/+38
* [libclang] Indexing API: Fully index implict template instantiations.Argyrios Kyrtzidis2012-02-101-0/+5
* Add ArrayRef goodness in MultiplexASTMutationListener.Argyrios Kyrtzidis2012-02-101-3/+3
* Update MultiplexASTMutationListener with the missing methods from ASTMutation...Argyrios Kyrtzidis2012-02-101-0/+18
* Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer2012-02-071-3/+3
* Print NamedDecls directly to a raw_ostream where possible.Benjamin Kramer2012-02-071-1/+1
OpenPOWER on IntegriCloud