Age | Commit message (Expand) | Author |
2013-04-13 | Introduce SourceManager::getDecomposedIncludedLoc, that returns the "included... | Argyrios Kyrtzidis |
2013-02-27 | Refine SourceManager's isBeforeInTranslationUnit() cache to have more entries. | Ted Kremenek |
2013-02-22 | Replace some typically large vectors with SmallVector. | Benjamin Kramer |
2013-02-17 | Documentation cleanup: fix a typo ("////" for "///") and suppress Doxygen's | James Dennett |
2013-01-28 | Back out r173689. It doesn't matter when we're building with Clang anyway. | Douglas Gregor |
2013-01-28 | Note that SrcMgr::SLocEntry's are POD-like, so SmallVector can do a | Douglas Gregor |
2013-01-13 | Fix LLP64 build. | Michael J. Spencer |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2013-01-12 | Fix -Wunused-comparison for comparisons in arguments to function-like macros. | Matt Beaumont-Gay |
2012-12-05 | Simplify slightly by seperating out the responsibility for emission of a caret | Richard Smith |
2012-12-05 | Simplify diagnostic emission. No functionality change intended. | Richard Smith |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-11-30 | Rename ModuleBuildPath -> ModuleBuildStack. Thanks, Dmitri! | Douglas Gregor |
2012-11-30 | When we're emitting a diagnostic with a source location in an imported | Douglas Gregor |
2012-11-30 | When an error occurs while building a module on demand, provide "While | Douglas Gregor |
2012-11-14 | Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode for | Richard Smith |
2012-11-09 | Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBuffer | Argyrios Kyrtzidis |
2012-10-20 | When associating file ranges of macro arguments with their | Argyrios Kyrtzidis |
2012-09-22 | Remove superfluous \namespace command. | Dmitri Gribenko |
2012-09-18 | Mark unimplemented copy constructors and copy assignment operators with LLVM_... | Craig Topper |
2012-07-29 | Microoptimize isOffsetInFileID a bit. | Benjamin Kramer |
2012-07-23 | Fix a typo (the the => the) | Sylvestre Ledru |
2012-07-11 | Introduce a flag in SourceManager to treat non-system source files | Argyrios Kyrtzidis |
2012-07-10 | Allow line numbers on -verify directives. | Jordan Rose |
2012-07-02 | Documentation cleanup: | James Dennett |
2012-07-02 | Documentation cleanup: reformatting/fixing up file comments so that they have | James Dennett |
2012-06-20 | Documentation cleanup: | James Dennett |
2012-06-20 | Structured comment parsing, first step. | Dmitri Gribenko |
2012-06-19 | Revert predefined decl tracking. | Meador Inge |
2012-06-18 | Move a few static functions from DiagnosticRenderer.cpp into SourceManager. | Matt Beaumont-Gay |
2012-06-15 | Documentation cleanup: | James Dennett |
2012-06-13 | More doxygen/documentation cleanups. | James Dennett |
2012-06-06 | Add pedantic warning -Wempty-translation-unit (C11 6.9p1). | Jordan Rose |
2012-05-03 | [PCH] When validating that the files coming from PCH did not change, also | Argyrios Kyrtzidis |
2012-02-20 | [PCH] Recover gracefully if the ASTReader detects that a file is different | Argyrios Kyrtzidis |
2012-02-20 | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith |
2012-01-27 | Introduce module attributes into the module map grammar, along with a | Douglas Gregor |
2012-01-06 | Suppress -Wunused-value within macros from system headers. | Matt Beaumont-Gay |
2012-01-05 | When loading an AST file, set SourceManager::MainFileID to the main file of t... | Argyrios Kyrtzidis |
2012-01-05 | Sanity checks in SourceManager::getFileEntryForID() and SourceManager::getFil... | Argyrios Kyrtzidis |
2011-12-21 | Fix bugs in SourceManager::computeMacroArgsCache() and add a unit test for it. | Argyrios Kyrtzidis |
2011-12-21 | For SourceManager::isBeforeInTranslationUnit(), have it consider macro arg ex... | Argyrios Kyrtzidis |
2011-12-09 | Fix up doxyments (\arg vs \p). | Matt Beaumont-Gay |
2011-11-19 | Add missing initialization in the ContentCache. Seriously, when do | Douglas Gregor |
2011-11-16 | Implement (de-)serialization of the buffer contents for an overridden | Douglas Gregor |
2011-11-04 | Check for invalid after calling getSLocEntry, for safety. | Argyrios Kyrtzidis |
2011-10-31 | Add possibility to specify an include location for createFileIDForMemBuffer(). | Axel Naumann |
2011-10-31 | Introduce SourceManager::isLocalFileID/isLoadedFileID functions. | Argyrios Kyrtzidis |
2011-10-25 | [PCH] When visiting preprocessed entities, make it possible to avoid deserial... | Argyrios Kyrtzidis |
2011-10-20 | Fix all 80 col violations in include/clang/Basic, plus any trailing whitespac... | David Blaikie |