Age | Commit message (Expand) | Author |
2012-01-29 | Ensure that we clean up after a failed module build and cope with the | Douglas Gregor |
2012-01-29 | Implement code completion support for module import declarations, e.g., | Douglas Gregor |
2012-01-29 | Rework HeaderSearch's interface for getting a module from a name and | Douglas Gregor |
2012-01-29 | Complain about attempts to use 'protected' visibility on targets | John McCall |
2012-01-27 | Introduce module attributes into the module map grammar, along with a | Douglas Gregor |
2012-01-27 | Due to a bug, -Wno-everything works like -Weverything. Fix the bug by having | Argyrios Kyrtzidis |
2012-01-26 | objc-arc: introduce -no-finalize-removal which in gc mode, | Fariborz Jahanian |
2012-01-26 | Extend the ExternalASTSource interface to allow the AST source to | Douglas Gregor |
2012-01-26 | Introduce 3 new fixit options: | Argyrios Kyrtzidis |
2012-01-25 | Fix -fmacro-backtrace-limit=0 to show the entire macro backtrace. | Ted Kremenek |
2012-01-25 | Rework the external Sema source's ReadMethodPool() so that it doesn't | Douglas Gregor |
2012-01-25 | arc migrator: Provide infrastructure to add options | Fariborz Jahanian |
2012-01-23 | Improve Lexer::getImmediateMacroName to take into account inner macros | Argyrios Kyrtzidis |
2012-01-23 | Add support for -fno-optimize-sibling-calls. Currently only implemented in the | Nick Lewycky |
2012-01-21 | lib/Frontend/InitHeaderSearch.cpp: [Cygwin] Add 4.5.3. | NAKAMURA Takumi |
2012-01-21 | [Cygwin] Abandon Cygwin-1.5 and g++-3. Use g++-4.3 and higher on Cygwin-1.7. | NAKAMURA Takumi |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2012-01-20 | Extract the (InputKind, std::string) pair used to describe inputs to | Douglas Gregor |
2012-01-18 | Refactor: Pull getImmediateMacroName() out of DiagnosticRenderer and | Anna Zaks |
2012-01-17 | [libclang] Make sure Preprocessor is set in ASTUnit during indexing. | Argyrios Kyrtzidis |
2012-01-17 | Treat -Wformat=0 as an alias for -Wformat. | Hans Wennborg |
2012-01-17 | Remove unnecessary default cases in switches over enums. | David Blaikie |
2012-01-16 | Some improvements to the handling of C11 atomic types: | David Chisnall |
2012-01-05 | When loading an AST file, set SourceManager::MainFileID to the main file of t... | Argyrios Kyrtzidis |
2012-01-05 | When generating includes for all of the headers we found in an | Douglas Gregor |
2012-01-04 | Store the submodules of a module in source order, as they are stored | Douglas Gregor |
2012-01-03 | Add a "Modules" language option, which subsumes the previous | Douglas Gregor |
2012-01-03 | Rename the command-line option for mapping #include/#import over to | Douglas Gregor |
2012-01-03 | Teach the frontend to provide the builtin preprocessor defines for | Chandler Carruth |
2012-01-02 | Fix PR11685 by implementing -ffast-math and its various friends in the | Chandler Carruth |
2012-01-01 | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor |
2011-12-31 | Implement support for module requirements, which indicate the language | Douglas Gregor |
2011-12-28 | Add a target hook for FLT_EVAL_METHOD and use it to set the value on x86 with... | Benjamin Kramer |
2011-12-27 | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor |
2011-12-25 | Remove unused variables. | Rafael Espindola |
2011-12-23 | Give C11's __STDC_VERSION__ the final value. | Benjamin Kramer |
2011-12-23 | Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ... | Benjamin Kramer |
2011-12-23 | Let CompilerInvocation initialization indicate failure | Dylan Noblesmith |
2011-12-22 | remove unneeded config.h includes | Dylan Noblesmith |
2011-12-20 | Update the CMake build for r146959's new files. | Chandler Carruth |
2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
2011-12-20 | Detect when mapping a #include/#import over to a submodule ends up | Douglas Gregor |
2011-12-17 | Frontend/VerifyDiagnosticConsumer.cpp: Fix an expression that had side-effect. | NAKAMURA Takumi |
2011-12-17 | Refactor SerializeDiagnosticsPrinter to using DiagnosticRenderer. This gives... | Ted Kremenek |
2011-12-17 | Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which h... | Ted Kremenek |
2011-12-16 | C++11 constexpr: Add note stacks containing backtraces if constant evaluation | Richard Smith |
2011-12-16 | Fixup to the relaxed diagnostic verification option r146633. | Anna Zaks |
2011-12-15 | Revert r146646 that was a mistake, and make the intended change in the right ... | Argyrios Kyrtzidis |
2011-12-15 | [libclang] Try to unbreak mingw build. | Argyrios Kyrtzidis |
2011-12-15 | <climits> has UINT_MAX, not <limits>. | Eli Friedman |