aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend
AgeCommit message (Expand)Author
2013-02-22Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,Richard Smith
2013-02-21Teach serialized diagnostics about notes without locations.Ted Kremenek
2013-02-21Preprocessor: 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-19Add support for -fvisibility-ms-compat.John McCall
2013-02-08Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose
2013-02-08Never cache the result of a module file lookup.Douglas Gregor
2013-02-07Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor
2013-02-07Simplify FindExternalVisibleDeclsByName by making it return a bool indicatingRichard Smith
2013-02-07Be a little more permissive with -fmodules-ignore-macro= by removing everythi...Douglas Gregor
2013-02-07Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ...Douglas Gregor
2013-02-06Detect 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-05TextDiagnostic.cpp: Suppress a warning to use ptrdiff_t on i686-clang. [-Wsig...NAKAMURA Takumi
2013-02-01For ModuleLoader::makeModuleVisible() also pass the source location where theArgyrios Kyrtzidis
2013-01-30Diagnostics: Clarify name of line-length-limiting constant in r173976.Jordan Rose
2013-01-30Diagnostics: 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-30Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko
2013-01-30Don'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 trappingChad Rosier
2013-01-28Enable the global module index by default. Introduce theDouglas Gregor
2013-01-28Fix the indentation of the first line of preprocessor outputHal 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 toDaniel Dunbar
2013-01-25[Lex] Remove DirectoryLookup.UserSpecified, which is unused.Daniel Dunbar
2013-01-25Implement the reader of the global module index and wire it into theDouglas Gregor
2013-01-25Rename the -cc1 option "-generate-module-index" toDouglas Gregor
2013-01-24[analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".Anna Zaks
2013-01-23Implement the writer side of the global module index. Douglas Gregor
2013-01-23Use 'const Decl *' throughout code completion in SemaDmitri Gribenko
2013-01-23Add a new LangOpt NativeHalfType. This option allows for native half/fp16Joey Gouly
2013-01-23Documentation cleanup: fixing documentation for FrontendAction.James Dennett
2013-01-22[ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-styleChad Rosier
2013-01-21[ASTUnit] Unlike LoadFromCommandLine, LoadFromCompilerInvocation causes a cra...Argyrios Kyrtzidis
2013-01-20Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...Alexey Samsonov
2013-01-20Nuke SetUpBuildDumpLog.Sean Silva
2013-01-20Fix what appears to be a copy-paste error.Sean Silva
2013-01-18[ubsan] Add support for -fsanitize-blacklistWill Dietz
2013-01-16Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so thatDouglas Gregor
2013-01-15Add -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