summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
* Fix potential race in module building code.Eli Friedman2013-09-171-8/+2
* Add a define for the ObjFW runtime ABI version.Benjamin Kramer2013-09-161-0/+16
* Lex and ignore Microsoft's #pragma warning(...)Reid Kleckner2013-09-131-0/+34
* Remove unnecessary inclusion of Sema.hDavid Blaikie2013-09-131-0/+1
* Certain multi-platform languages, such as OpenCL, have the concept ofDavid Tweed2013-09-131-0/+22
* Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print.Hans Wennborg2013-09-121-2/+2
* Add -fansi-escape-codes optionNico Rieck2013-09-111-0/+3
* The OpenCL standard specifies the sizes and alignments of various types than ...David Tweed2013-09-091-2/+2
* Add new methods for TargetInfo:Stepan Dyatkovskiy2013-09-051-1/+1
* Note when a decl is used in AST files.Eli Friedman2013-09-051-0/+6
* Attempt to migrate default dwarf version to 4 for linux.Eric Christopher2013-09-031-2/+2
* Properly escape filenames in line directives.Eli Friedman2013-08-291-3/+2
* ObjectiveC migrator. This patch infers readonly properties for no-parameter Fariborz Jahanian2013-08-281-0/+2
* Handle -D arguments ending in a backslash.Eli Friedman2013-08-281-1/+14
* This wasn't headers, just missing namespaces.Benjamin Kramer2013-08-241-4/+4
* Replace compLocDecl with less_first.Benjamin Kramer2013-08-241-14/+8
* Split isFromMainFile into two functions.Eli Friedman2013-08-221-2/+2
* Move -mfpmath handling to -cc1 and implement it for x86.Rafael Espindola2013-08-211-0/+1
* InitHeaderSearch.cpp: [Cygwin] Add 4.7.3.NAKAMURA Takumi2013-08-181-0/+1
* [analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer.Jordan Rose2013-08-161-1/+1
* SourceManager intialization tweaks.Benjamin Kramer2013-08-121-13/+14
* clang-cl: Support /showIncludesHans Wennborg2013-08-093-8/+22
* The only useful loop unrolling flag to give realistically isChandler Carruth2013-08-081-2/+3
* clang-cl: Support the run-time selection options (/MD, /MT et al.)Hans Wennborg2013-08-081-0/+2
* [PCH] Fix a PCH serialization crash, with invalid code related to forward enu...Argyrios Kyrtzidis2013-08-071-3/+7
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-0/+8
* Add option to disable module loading.Daniel Jasper2013-08-051-0/+2
* CC1: Only parse command-line options that have the CC1Option flag.Hans Wennborg2013-08-021-12/+3
* Use llvm::sys::fs::UniqueID for windows and unix.Rafael Espindola2013-08-012-27/+23
* Update for llvm api change.Rafael Espindola2013-07-291-5/+5
* Convert a use of stat with sys::fs::status.Rafael Espindola2013-07-291-9/+10
* Avoid crashing if a directory has no pch files.Rafael Espindola2013-07-281-0/+2
* Add a -fno-math-builtin option to the Clang -cc1Eli Bendersky2013-07-231-0/+1
* Fix crash in libclang if code completion is used with unknown flags.Manuel Klimek2013-07-181-1/+1
* Use the simpler is_directory.Rafael Espindola2013-07-171-2/+1
* Update for llvm API change.Rafael Espindola2013-07-162-9/+9
* ObjC migrator: Add -objcmt-migrate-property to do propertyFariborz Jahanian2013-07-091-0/+2
* Use llvm::sys::fs::createUniqueFile.Rafael Espindola2013-07-052-6/+4
* Use llvm::sys::fs::createTemporaryFile.Rafael Espindola2013-07-052-7/+3
* Use SmallVectorImpl& for function arguments instead of SmallVector.Craig Topper2013-07-051-3/+3
* We don't need to check for windows' error codes in here.Rafael Espindola2013-07-051-3/+1
* Use the multiple argument form of path::append.Benjamin Kramer2013-06-281-3/+1
* Update for llvm::sys::fs::unique_file not creating directories.Rafael Espindola2013-06-281-13/+21
* Small improvements to createOutputFile.Rafael Espindola2013-06-271-25/+41
* Remove PathV1.h from CompilerInvocation.cpp.Rafael Espindola2013-06-261-8/+7
* Use llvm::sys::fs::getMainExecutable.Rafael Espindola2013-06-261-1/+2
* Remove PathV1.h from CompilerInstance.cpp.Rafael Espindola2013-06-261-8/+6
* Don't use PathV1.h in ASTUnit.cpp.Rafael Espindola2013-06-261-5/+3
* Remove the last use of PathWithStatus.Rafael Espindola2013-06-261-4/+4
* Use llvm::sys::fs::unique_file.Rafael Espindola2013-06-261-26/+7
OpenPOWER on IntegriCloud