summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
* Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525>Douglas Gregor2013-01-041-2/+0
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-1/+1
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-023-4/+4
* [ubsan] Recover by default, use -fno-sanitize-recover to disable.Will Dietz2012-12-301-1/+1
* Support -fsanitize-memory-track-origins.Evgeniy Stepanov2012-12-241-0/+2
* DiagnosticRenderer.cpp: Prune one description in DiagnosticRenderer::emitMacr...NAKAMURA Takumi2012-12-241-1/+0
* [libclang] Don't try to translate diagnostics from the precompiled preamble t...Argyrios Kyrtzidis2012-12-221-11/+0
* Sort the includes according to the coding standard.Roman Divacky2012-12-211-1/+1
* Remove duplicate includes.Roman Divacky2012-12-211-1/+0
* Simplify logic to use SourceManager::getFileLoc(), per Argyrios's feedback.Ted Kremenek2012-12-191-4/+2
* Be defensive when printing module import locations; the diagnostic printer ne...Douglas Gregor2012-12-181-1/+1
* More conservative fix for <rdar://problem/12847524> (a crash printing diagnos...Eli Friedman2012-12-181-0/+7
* Revert 170049 because it fails with an assertion on one of the spec2000 workl...Nadav Rotem2012-12-131-72/+24
* More hacking on mapDiagnosticRanges to make it handle more cases.Eli Friedman2012-12-131-24/+72
* Extend stat query APIs to explicitly specify if the query is forArgyrios Kyrtzidis2012-12-111-2/+2
* Escape % in the TextDiagnosticBuffer so they aren't interpreted twice when fe...Benjamin Kramer2012-12-081-3/+23
* [driver, ms-inline asm] -fms-compatibility enables -fms-extensions, so this s...Chad Rosier2012-12-051-1/+1
* [driver, ms-inline asm] Have -fms-extensions enable the AsmBlocks languageChad Rosier2012-12-051-1/+1
* [driver, ms-inline asm] MS-Style inline assembly is controlled by theChad Rosier2012-12-051-0/+1
* PR14049: Don't say "expanded from macro 'foo'" when 'foo' just happens to beRichard Smith2012-12-051-2/+10
* Minor reorganization. No functionality change.Richard Smith2012-12-051-30/+30
* Simplify slightly by seperating out the responsibility for emission of a caretRichard Smith2012-12-051-34/+42
* Simplify diagnostic emission. No functionality change intended.Richard Smith2012-12-051-20/+19
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-0422-91/+89
* Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis2012-12-041-1/+1
* Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f...Alexey Samsonov2012-12-031-0/+1
* [ubsan] Add flag to enable recovery from checks when possible.Will Dietz2012-12-021-0/+1
* Make helper classes anonymous. Make helper functions static instead of privat...Benjamin Kramer2012-12-011-155/+156
* Teach the serialized diagnostic writer to clone() itself, sharingDouglas Gregor2012-11-301-67/+112
* Rename ModuleBuildPath -> ModuleBuildStack. Thanks, Dmitri!Douglas Gregor2012-11-302-16/+16
* When we're emitting a diagnostic with a source location in an importedDouglas Gregor2012-11-302-8/+84
* When an error occurs while building a module on demand, provide "WhileDouglas Gregor2012-11-303-15/+68
* Fix the computation of highlight ranges so we produce something sane whenEli Friedman2012-11-301-10/+30
* Keep track of modules that have failed to build. If we encounter anDouglas Gregor2012-11-291-18/+55
* Reject uses of __int128 on platforms that don't support it. Also move the uglyRichard Smith2012-11-291-0/+2
* Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag andRafael Espindola2012-11-271-1/+1
* Frontend: Create a virtual file for named pipe inputs.Daniel Dunbar2012-11-271-1/+5
* PR14306: Move -fbounds-checking to -fsanitize=bounds.Joey Gouly2012-11-231-2/+0
* Use color for -ast-dump-filter only when it is supportedDmitri Gribenko2012-11-211-3/+6
* Since CreateTargetInfo is taking ownership of the target options, passDouglas Gregor2012-11-163-8/+8
* [libclang] When caching code-completion results, pass the CachedCompletionAll...Argyrios Kyrtzidis2012-11-161-4/+5
* CPP Output: Do not emit an enter file marker for the main file.Daniel Dunbar2012-11-161-0/+11
* block extended signatur option. Change previous optionFariborz Jahanian2012-11-151-2/+2
* [modules] Use a memory buffer directly as input for the module includes,Argyrios Kyrtzidis2012-11-151-13/+5
* [modules] Setup the import location of a module file and use itArgyrios Kyrtzidis2012-11-153-4/+5
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-151-2/+2
* Make -ffp-contract a codegen option, rather than a laguage option. This makesLang Hames2012-11-151-12/+12
* Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode forRichard Smith2012-11-142-2/+3
* objective-C blocks: under cc1 flag -encode-extended-block-signature,Fariborz Jahanian2012-11-141-0/+2
* s/BCPLComment/LineComment/Nico Weber2012-11-111-1/+1
OpenPOWER on IntegriCloud