summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
* Revamp the SourceManager to separate the representation of parsedDouglas Gregor2011-07-193-23/+99
* Implement a __WCHAR_UNSIGNED__ macro and use it to include WCHAR_MIN andAlexis Hunt2011-07-191-0/+3
* Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...Frits van Bommel2011-07-181-2/+2
* Do not modify string returned by getenv on Windows. Francois Pichet2011-07-161-4/+2
* Update the remaining comments in Frontend to 'expansion'.Chandler Carruth2011-07-141-2/+2
* NestedMacroInstantiations -> NestedMacroExpansionsChandler Carruth2011-07-142-8/+8
* Switch all local code and comments from '[Ii]nstantiat(ion|ed)' toChandler Carruth2011-07-141-14/+14
* Switch the diagnostic messages about macros to use the terms 'expanded'Chandler Carruth2011-07-141-2/+2
* In debugger mode, make ObjC message sends to unknown selectors returnJohn McCall2011-07-131-0/+3
* Implement -MG. Fixes PR9613Peter Collingbourne2011-07-122-1/+39
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-091-1/+13
* Fix up dependency file name printing to more closely match that of gcc, inclu...Eli Friedman2011-07-081-5/+11
* Keep track of which source locations are part of a macro argumentChandler Carruth2011-07-071-13/+83
* Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like thi...Jonathan D. Turner2011-07-073-43/+0
* Introduce a new libclang aPI function,Douglas Gregor2011-07-071-16/+30
* Keep track of when "unrecoverable" errors occur, then allowDouglas Gregor2011-07-061-1/+1
* libclang: Allow callers of clang_saveTranslationUnit() to distinguishDouglas Gregor2011-07-061-4/+4
* Call objc_terminate() instead of abort() when a cleanup throws anJohn McCall2011-07-061-0/+3
* Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall2011-07-062-6/+10
* Don't define __CONSTANT_CFSTRINGS__ with -fno-constant-cfstrings issue.Fariborz Jahanian2011-07-051-1/+2
* Update header-search paths for MinGW, from Ruben Van BoxemDouglas Gregor2011-07-051-0/+2
* Make the GCC version proliferation worse by N+1 for the sake ofChandler Carruth2011-07-021-0/+4
* Add initial *-*-rtems* target, from Joel SherrillDouglas Gregor2011-07-011-1/+4
* When we create a precompiled preamble, don't copy theDouglas Gregor2011-07-011-6/+9
* Use existing -fcatch-undefined-behavior option,Fariborz Jahanian2011-06-291-3/+0
* Under a compiler flag, -freset-local-blocks,Fariborz Jahanian2011-06-281-0/+3
* Fix PR9279 - Macro expansion stack trace seriously broken with function-style...Chris Lattner2011-06-281-7/+9
* Improve header search for MinGW(-w64), from Ruben Van Boxem!Douglas Gregor2011-06-271-27/+39
* In TextDiagnosticPrinter::EmitCaretDiagnostic, don't always drop fixits if th...Argyrios Kyrtzidis2011-06-241-2/+3
* Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ...Argyrios Kyrtzidis2011-06-241-13/+13
* avoid using config.h in public headersDylan Noblesmith2011-06-231-0/+1
* Copy diagnostic pragmas to the preprocessed output, from Richard Osborne!Douglas Gregor2011-06-221-0/+44
* Make InitHeaderSearch::AddPath and HeaderSearchOptions::AddPath consistentBob Wilson2011-06-212-7/+7
* Fix the default libc++ header search path to be sysrooted. Radar 9639692.Bob Wilson2011-06-212-2/+10
* IRgen: Add a -fuse-register-sized-bitfield-access option, for testing.Daniel Dunbar2011-06-211-0/+4
* Make more use of llvm::StringRef in various APIs. In particular, don'tJay Foad2011-06-211-4/+3
* Add support for -Wa,--noexecstack when building from a non-assembly file. ForNick Lewycky2011-06-211-0/+3
* Define __cplusplus to 201103L when in (non-GNU) C++0x mode.Douglas Gregor2011-06-201-3/+10
* [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...Argyrios Kyrtzidis2011-06-181-0/+8
* [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we h...Argyrios Kyrtzidis2011-06-171-8/+1
* Fix a regression introduced by r131955 which broke #include_next in subtle si...Chris Lattner2011-06-161-1/+4
* code cleanups, no behavior change.Chris Lattner2011-06-161-64/+64
* Raise the ARCMT functionality in Clang into proper FrontendActions.Chandler Carruth2011-06-163-30/+38
* Be aware of (x86_64-redhat-linux6E-)g++44 on RHEL5.NAKAMURA Takumi2011-06-161-0/+3
* Unconditionally #define the ARC ownership qualifiers, instead of #definingJohn McCall2011-06-161-0/+9
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-153-0/+62
* Automatic Reference Counting.John McCall2011-06-152-12/+178
* Introduce a -cc1-level option to turn off related result typeDouglas Gregor2011-06-141-0/+6
* Eliminate the -f[no]objc-infer-related-result-type flags; there's noDouglas Gregor2011-06-131-6/+0
* Implement Objective-C Related Result Type semantics.Douglas Gregor2011-06-111-0/+6
OpenPOWER on IntegriCloud