summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify warning flag value handling from r206826Alp Toker2014-07-091-1/+1
* Turn some Twine locals into const char * variables.Benjamin Kramer2014-07-081-4/+4
* Improve memory ownership of vfs::Files in the FileSystemStatCache by using st...David Blaikie2014-07-081-1/+2
* Move ChainedIncludesSource into the implementationAlp Toker2014-07-072-9/+53
* ChainedIncludesSource: avoid copying n*(n+1)/2 file contents into memoryAlp Toker2014-07-071-12/+6
* Remove unused sys/stat.h includesAlp Toker2014-07-071-1/+0
* Peel away old-style file remapping typedefs and cruftAlp Toker2014-07-072-69/+40
* Fix layering of file remapping and header search initializationAlp Toker2014-07-072-72/+67
* Update for llvm api change.Rafael Espindola2014-07-062-8/+14
* Use non-intrusive refcounting for TargetOptionsAlp Toker2014-07-063-24/+22
* Use non-intrusive refcounting for LangOptionsAlp Toker2014-07-061-2/+2
* Constify a read-only parameter and give function a better nameAlp Toker2014-07-062-6/+6
* Use PlistSupport in a few more placesAlp Toker2014-07-061-48/+35
* clang-cl: /showIncludes output should go to stdout, not stderr. Fixes PR20217.Nico Weber2014-07-061-1/+1
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-056-12/+12
* Driver: Handle /GR- in a compatible way with MSVCDavid Majnemer2014-07-011-0/+1
* Do not define __STRICT_ANSI__ in clang-clEhsan Akhgari2014-06-301-1/+1
* Consider module depedencies when checking a preamble in libclangBen Langmuir2014-06-303-15/+114
* Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie2014-06-271-1/+1
* Implement predefined stdint macrosJF Bastien2014-06-251-8/+114
* Add new debug kind LocTrackingOnly.Diego Novillo2014-06-241-3/+15
* Driver: correct behaviour of -fmsc-version=MAJORSaleem Abdulrasool2014-06-231-1/+5
* Stop sharing the FileManager in ASTUnit::ParseBen Langmuir2014-06-231-1/+7
* TextDiagnosticPrinter: use the mapped level for remark flag computationAlp Toker2014-06-221-1/+1
* DiagnosticRenderer: emit basic notes as real diagnosticsAlp Toker2014-06-212-11/+6
* TextDiagnostic: print remark level diagnostics in bold tooAlp Toker2014-06-211-19/+14
* Driver: enhance MSC version compatibilitySaleem Abdulrasool2014-06-202-2/+53
* [C++1z] Implement N3981: Disable trigraphs by default in C++1z mode.Richard Smith2014-06-201-1/+2
* Frontend: Disentangle removePathTraversal from concatenating pathsJustin Bogner2014-06-201-8/+15
* Frontend: Fix a typoJustin Bogner2014-06-191-1/+1
* Frontend: Add a CC1 flag to dump module dependencies to a directoryJustin Bogner2014-06-194-0/+134
* Retry building modules that were compiled by other instances and are out-of-dateBen Langmuir2014-06-171-26/+34
* Remove dead code.Diego Novillo2014-06-171-11/+0
* Add -std=c++1z flag for C++17 features.Richard Smith2014-06-162-1/+5
* Update for llvm api change.Rafael Espindola2014-06-131-1/+2
* Refer to error_code with the std prefix.Rafael Espindola2014-06-121-1/+1
* Include system_error directly.Rafael Espindola2014-06-124-4/+4
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-123-27/+27
* Complete the switch from mappings to declarative diagnostic severitiesAlp Toker2014-06-121-5/+5
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-1/+1
* Fix crash with x86_64-pc-win32-macho target. <rdar://problem/17235840>Bob Wilson2014-06-101-1/+2
* Do not predefine __EXCEPTIONS in clang-cl (PR19977)Hans Wennborg2014-06-101-1/+1
* Improve diagnostic mapping terminologyAlp Toker2014-06-101-4/+5
* Revert "Revert "Devise a package-private means to determine the LLVM version ...Alp Toker2014-06-061-3/+2
* Revert "Devise a package-private means to determine the LLVM version string"Alp Toker2014-06-061-2/+3
* Devise a package-private means to determine the LLVM version stringAlp Toker2014-06-061-3/+2
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-041-1/+2
* Fix leak from r210059Alp Toker2014-06-031-0/+6
* There is no std::errc:success, remove the llvm one.Rafael Espindola2014-05-311-1/+1
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-4/+4
OpenPOWER on IntegriCloud