Age | Commit message (Expand) | Author |
2013-02-22 | Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, | Richard Smith |
2013-02-21 | Teach serialized diagnostics about notes without locations. | Ted Kremenek |
2013-02-21 | Preprocessor: preserve whitespace in -traditional-cpp mode. | Jordan Rose |
2013-02-20 | [preprocessor] Split the MacroInfo class into two separate concepts, MacroInf... | Argyrios Kyrtzidis |
2013-02-19 | Add support for -fvisibility-ms-compat. | John McCall |
2013-02-08 | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose |
2013-02-08 | Never cache the result of a module file lookup. | Douglas Gregor |
2013-02-07 | Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste... | Douglas Gregor |
2013-02-07 | Simplify FindExternalVisibleDeclsByName by making it return a bool indicating | Richard Smith |
2013-02-07 | Be a little more permissive with -fmodules-ignore-macro= by removing everythi... | Douglas Gregor |
2013-02-07 | Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ... | Douglas Gregor |
2013-02-06 | Detect when we end up trying to load conflicting module files. | Douglas Gregor |
2013-02-05 | [frontend] Don't put a PCH/PTH filename into the set of includes in the prepr... | Argyrios Kyrtzidis |
2013-02-05 | TextDiagnostic.cpp: Suppress a warning to use ptrdiff_t on i686-clang. [-Wsig... | NAKAMURA Takumi |
2013-02-01 | For ModuleLoader::makeModuleVisible() also pass the source location where the | Argyrios Kyrtzidis |
2013-01-30 | Diagnostics: Clarify name of line-length-limiting constant in r173976. | Jordan Rose |
2013-01-30 | Diagnostics: if a line is longer than 4096 characters, don't print it. | Jordan Rose |
2013-01-30 | [analyzer] Make shallow mode more shallow. | Anna Zaks |
2013-01-30 | [analyzer] Use analyzer config for max-inlinable-size option. | Anna Zaks |
2013-01-30 | Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support | Dmitri Gribenko |
2013-01-30 | Don't warn about Unicode characters in -E mode. | Jordan Rose |
2013-01-30 | [Frontend] Factor AddUnmappedPath() out of AddPath() and simplify. | Daniel Dunbar |
2013-01-30 | [Frontend] Remove HeaderSearchOptions::Entry::IsInternal, which is unused. | Daniel Dunbar |
2013-01-30 | [Frontend] Add an ExternCSystem include entry group. | Daniel Dunbar |
2013-01-29 | [Frontend] Make the include dir group independent from the "use sysroot" bit. | Daniel Dunbar |
2013-01-29 | [Frontend] Rename a member variable to clarify its intent. | Daniel Dunbar |
2013-01-29 | [Frontend] Factor out helper function, for clarity. | Daniel Dunbar |
2013-01-29 | [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping | Chad Rosier |
2013-01-28 | Enable the global module index by default. Introduce the | Douglas Gregor |
2013-01-28 | Fix the indentation of the first line of preprocessor output | Hal Finkel |
2013-01-25 | [Frontend] Remove another IsUserSpecified member variable that is now unused. | Daniel Dunbar |
2013-01-25 | [Frontend] Drop the isUserSupplied argument to InitHeaderSearch, it is unused. | Daniel Dunbar |
2013-01-25 | [Frontend] The -iwithprefix option belongs in the After category, according to | Daniel Dunbar |
2013-01-25 | [Lex] Remove DirectoryLookup.UserSpecified, which is unused. | Daniel Dunbar |
2013-01-25 | Implement the reader of the global module index and wire it into the | Douglas Gregor |
2013-01-25 | Rename the -cc1 option "-generate-module-index" to | Douglas Gregor |
2013-01-24 | [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". | Anna Zaks |
2013-01-23 | Implement the writer side of the global module index. | Douglas Gregor |
2013-01-23 | Use 'const Decl *' throughout code completion in Sema | Dmitri Gribenko |
2013-01-23 | Add a new LangOpt NativeHalfType. This option allows for native half/fp16 | Joey Gouly |
2013-01-23 | Documentation cleanup: fixing documentation for FrontendAction. | James Dennett |
2013-01-22 | [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style | Chad Rosier |
2013-01-21 | [ASTUnit] Unlike LoadFromCommandLine, LoadFromCompilerInvocation causes a cra... | Argyrios Kyrtzidis |
2013-01-20 | Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ... | Alexey Samsonov |
2013-01-20 | Nuke SetUpBuildDumpLog. | Sean Silva |
2013-01-20 | Fix what appears to be a copy-paste error. | Sean Silva |
2013-01-18 | [ubsan] Add support for -fsanitize-blacklist | Will Dietz |
2013-01-16 | Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that | Douglas Gregor |
2013-01-15 | Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev! | Douglas Gregor |
2013-01-15 | [driver] Warnings for warning options are handled by the frontend. The drive... | Chad Rosier |