- 6625335 [analyzer] Rework inlining related command line options. by Anna Zaks · 13 years ago
- 0250393 Replace MarkVarRequired with a more generic by Rafael Espindola · 13 years ago
- e286d9b Workaround module test failures by removing the version info from module hashes. by Bob Wilson · 13 years ago
- bef35c9 [PCH] Mark a PCH file with a flag to indicate if the serialized AST had by Argyrios Kyrtzidis · 13 years ago
- 00fd5dd CMake: Fix build to add clangEdit to USED_LIBS. by NAKAMURA Takumi · 13 years ago
- 634a4b1 [driver] What was implemented in r152130 was actually -fno-inline-functions, not by Chad Rosier · 13 years ago
- 30660a8 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 13 years ago
- 250008b [driver] Add support for -fno-inline. rdar://10972766 by Chad Rosier · 13 years ago
- 234fe65 Fix a small difference in sema and codegen views of what needs to be output. by Rafael Espindola · 13 years ago
- c6c5452 [preprocessor] Enhance PreprocessingRecord to keep track of locations of conditional directives. by Argyrios Kyrtzidis · 13 years ago
- e21dd28 Frontend: Default to creating output files using temporary files + rename. by Daniel Dunbar · 13 years ago
- 12f28ab Frontend: Don't automatically create missing directories when using temporary files with createOutputFile() by Daniel Dunbar · 13 years ago
- 8235f9c [analyzer] Bound the size of the functions being inlined + provide by Anna Zaks · 13 years ago
- b4f0bd6 Add the Solaris support directory to the header search when using libc++. by David Chisnall · 13 years ago
- 278f1f8 [analyzer] Turn inlining on by default for better testing exposure. by Anna Zaks · 13 years ago
- 3c93122 Add a flag -fthread-sanitizer. by Kostya Serebryany · 13 years ago
- 8d6ff02 Serialization: Switch over to using the native SmallVector based BitstreamWriter by Daniel Dunbar · 13 years ago
- 165329c Some more Solaris fixes. Now successfully building libc++ on Solaris with clang (and linking clang against it). by David Chisnall · 13 years ago
- 81fb169 [analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking. by Anna Zaks · 13 years ago
- e1d4330 Don't record nested macro expansions in the preprocessing record, by Argyrios Kyrtzidis · 13 years ago
- c93dc78 Basic: import IntrusiveRefCntPtr<> into clang namespace by Dylan Noblesmith · 13 years ago
- 5f3c163 Implement #pragma redefine_extname. by David Chisnall · 13 years ago
- ceb1565 Remove the unuseful -fdiagnostics-show-name by David Blaikie · 13 years ago
- b622959 Add some Solaris include paths and fix a -lgcc_eh that apparently should be -lgcc_s. by David Chisnall · 13 years ago
- cc8a945 include clang's config.h unconditionally (v2) by Dylan Noblesmith · 13 years ago
- 8be51ea Refactor DiagnosticRenderer and SDiagsRenderer to have some functionality by Ted Kremenek · 13 years ago
- 6d96836 [libclang] Indexing API: Fully index implict template instantiations. by Argyrios Kyrtzidis · 13 years ago
- 409e245 Add ArrayRef goodness in MultiplexASTMutationListener. by Argyrios Kyrtzidis · 13 years ago
- 1da95db Update MultiplexASTMutationListener with the missing methods from ASTMutationListener. by Argyrios Kyrtzidis · 13 years ago
- d7a3e2c Revert my patches which removed Diagnostic.h includes by moving some operator overloads out of line. by Benjamin Kramer · 14 years ago
- a59d20b Print NamedDecls directly to a raw_ostream where possible. by Benjamin Kramer · 14 years ago
- 5bbc385 Move instantiateTemplateAttribute into the sema namespace, make helpers static. by Benjamin Kramer · 14 years ago
- e6cc51d Invalid O levels on the command line no longer have a confusing error. by Aaron Ballman · 14 years ago
- f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 14 years ago
- 6f42b62 Basic: import OwningPtr<> into clang namespace by Dylan Noblesmith · 14 years ago
- 8fe83e1 Move a method from IdentifierTable.h out of line and remove the SmallString include. by Benjamin Kramer · 14 years ago
- fdd1560 Remove Diagnostic.h include from Preprocessor.h. by Benjamin Kramer · 14 years ago
- 9ec9ce1 ArrayRef goodness in MultiplexConsumer, no functionality change. by Argyrios Kyrtzidis · 14 years ago
- b3ca263 Use variable in place of multiple CI.getFrontendOpts() calls and use a bit by Argyrios Kyrtzidis · 14 years ago
- 50a9a12 Clang has existing support for debuggers that by Sean Callanan · 14 years ago
- 285c607 Make sure that the layout-override parser grabs the size, not the data by Douglas Gregor · 14 years ago
- 71fd6cc Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325> by Bob Wilson · 14 years ago
- 353300c Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain by Rafael Espindola · 14 years ago
- 773303a Rename -dependency-graphviz to -dependencncy-dot by Douglas Gregor · 14 years ago
- 2f04f18 Back out my heinous hack that tricked the module generation mechanism by Douglas Gregor · 14 years ago
- c69a181 Introduce a -cc1 option "-dependency-graphviz" that determines header by Douglas Gregor · 14 years ago
- f2462be back out r149504 by Dylan Noblesmith · 14 years ago
- 7f3a458 [libclang] Make sure we don't ever leave a StoredDiagnostic associated with by Argyrios Kyrtzidis · 14 years ago
- 69d3b4f include clang's config.h unconditionally by Dylan Noblesmith · 14 years ago
- eb7b9eb Split compiler builtin module into "stdlib" builtins and "intrinsic" by Douglas Gregor · 14 years ago
- 588e83b Fix 80-column violation. by Chad Rosier · 14 years ago
- dc58aa7 Thread a TargetInfo through to the module map; we'll need it for by Douglas Gregor · 14 years ago
- 52f1272 Switch over to LLVM's file-level locking facility by Douglas Gregor · 14 years ago
- 85ae12d Ensure that we clean up after a failed module build and cope with the by Douglas Gregor · 14 years ago
- c5b2e58 Implement code completion support for module import declarations, e.g., by Douglas Gregor · 14 years ago
- e434ec7 Rework HeaderSearch's interface for getting a module from a name and by Douglas Gregor · 14 years ago
- 4188760 Complain about attempts to use 'protected' visibility on targets by John McCall · 14 years ago
- a1f1fad Introduce module attributes into the module map grammar, along with a by Douglas Gregor · 14 years ago
- 11583c7 Due to a bug, -Wno-everything works like -Weverything. Fix the bug by having by Argyrios Kyrtzidis · 14 years ago
- bbdfad5 objc-arc: introduce -no-finalize-removal which in gc mode, by Fariborz Jahanian · 14 years ago
- 453dbcb Extend the ExternalASTSource interface to allow the AST source to by Douglas Gregor · 14 years ago
- 61d679a Introduce 3 new fixit options: by Argyrios Kyrtzidis · 14 years ago
- cf2362b Fix -fmacro-backtrace-limit=0 to show the entire macro backtrace. by Ted Kremenek · 14 years ago
- 5ac4b69 Rework the external Sema source's ReadMethodPool() so that it doesn't by Douglas Gregor · 14 years ago
- b5c6bab arc migrator: Provide infrastructure to add options by Fariborz Jahanian · 14 years ago
- 7f6cf97 Improve Lexer::getImmediateMacroName to take into account inner macros by Argyrios Kyrtzidis · 14 years ago
- 1db772b Add support for -fno-optimize-sibling-calls. Currently only implemented in the by Nick Lewycky · 14 years ago
- f3c1ca6 lib/Frontend/InitHeaderSearch.cpp: [Cygwin] Add 4.5.3. by NAKAMURA Takumi · 14 years ago
- b4f90c2 [Cygwin] Abandon Cygwin-1.5 and g++-3. Use g++-4.3 and higher on Cygwin-1.7. by NAKAMURA Takumi · 14 years ago
- 3026348 More dead code removal (using -Wunreachable-code) by David Blaikie · 14 years ago
- 1f6b2b5 Extract the (InputKind, std::string) pair used to describe inputs to by Douglas Gregor · 14 years ago
- c2a8d6c Refactor: Pull getImmediateMacroName() out of DiagnosticRenderer and by Anna Zaks · 14 years ago
- 7fe90f3 [libclang] Make sure Preprocessor is set in ASTUnit during indexing. by Argyrios Kyrtzidis · 14 years ago
- c876946 Treat -Wformat=0 as an alias for -Wformat. by Hans Wennborg · 14 years ago
- 561d3ab Remove unnecessary default cases in switches over enums. by David Blaikie · 14 years ago
- 7a7ee30 Some improvements to the handling of C11 atomic types: by David Chisnall · 14 years ago
- b8c879a When loading an AST file, set SourceManager::MainFileID to the main file of the AST file, by Argyrios Kyrtzidis · 14 years ago
- 752769f When generating includes for all of the headers we found in an by Douglas Gregor · 14 years ago
- b7a7819 Store the submodules of a module in source order, as they are stored by Douglas Gregor · 14 years ago
- 752c74d Add a "Modules" language option, which subsumes the previous by Douglas Gregor · 14 years ago
- c514a8a Rename the command-line option for mapping #include/#import over to by Douglas Gregor · 14 years ago
- ba9186c Teach the frontend to provide the builtin preprocessor defines for -ffast-math. by Chandler Carruth · 14 years ago
- abf07a7 Fix PR11685 by implementing -ffast-math and its various friends in the by Chandler Carruth · 14 years ago
- bd9482d Eliminate ObjCForwardProtocolDecl, which is redundant now that by Douglas Gregor · 14 years ago
- 51f564f Implement support for module requirements, which indicate the language by Douglas Gregor · 14 years ago
- b406669 Add a target hook for FLT_EVAL_METHOD and use it to set the value on x86 with sse disabled. by Benjamin Kramer · 14 years ago
- 375bb14 Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl by Douglas Gregor · 14 years ago
- 8d2a701 Remove unused variables. by Rafael Espindola · 14 years ago
- 430cf51 Give C11's __STDC_VERSION__ the final value. by Benjamin Kramer · 14 years ago
- ffbe9b9 Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" so this patch is surprisingly small. by Benjamin Kramer · 14 years ago
- 8fdb6de Let CompilerInvocation initialization indicate failure by Dylan Noblesmith · 14 years ago
- 1770e0d remove unneeded config.h includes by Dylan Noblesmith · 14 years ago
- 3ff53b3 Update the CMake build for r146959's new files. by Chandler Carruth · 14 years ago
- 99ba9e3 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
- 305dc3e Detect when mapping a #include/#import over to a submodule ends up by Douglas Gregor · 14 years ago
- ad64684 Frontend/VerifyDiagnosticConsumer.cpp: Fix an expression that had side-effect. by NAKAMURA Takumi · 14 years ago
- 2a76410 Refactor SerializeDiagnosticsPrinter to using DiagnosticRenderer. This gives us comparative diagnostics by Ted Kremenek · 14 years ago
- 2898d4f Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which handles by Ted Kremenek · 14 years ago
- 08d6e03 C++11 constexpr: Add note stacks containing backtraces if constant evaluation by Richard Smith · 14 years ago
- 0e818a4 Fixup to the relaxed diagnostic verification option r146633. by Anna Zaks · 14 years ago