summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
* Add a new cc1 option -fix-what-you-can which when combined with the fix-it modeNick Lewycky2010-08-131-0/+3
* Implement clang_saveTranslationUnit(), which saves a translation unitDouglas Gregor2010-08-131-0/+23
* Teach ASTUnit to hold on to the Sema object and ASTConsumer that areDouglas Gregor2010-08-133-11/+32
* Zap unused UnaryOperator::OffsetOf.Eli Friedman2010-08-131-1/+0
* The Sema object will get destroyed before all of the others anyway. We don't ...Douglas Gregor2010-08-131-1/+0
* Instead of modifying the ObjC AST to not modify existing declarations, teach ...Sebastian Redl2010-08-134-15/+60
* Just disable the hidden-visibility optimization for now by hiding it behindJohn McCall2010-08-121-0/+1
* Teach CompilerInstance to create and hold on to the Sema object usedDouglas Gregor2010-08-122-6/+24
* Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor2010-08-122-3/+3
* Added locations and type source info for DeclarationName inside UsingDecl.Abramo Bagnara2010-08-121-4/+6
* Frontend: Move the bulk of the cc1_main() processing intoDaniel Dunbar2010-08-122-0/+155
* Frontend: Add -target-linker-version, for specifying the version string of theDaniel Dunbar2010-08-111-1/+6
* -Make TokenID of IdentifierInfo read-only, remove setTokenID().Argyrios Kyrtzidis2010-08-112-1/+6
* Added locations and type source info for DeclarationName.Abramo Bagnara2010-08-114-2/+15
* Reintroduce the ASTConsumer/ASTUnit fix from r110610, it has nothing to do wi...Sebastian Redl2010-08-112-2/+5
* Fix a thinko in the creation of temporary files for the precompiled preambleDouglas Gregor2010-08-111-1/+2
* Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,Douglas Gregor2010-08-115-24/+14
* Added TypeLocs to VAArgExpr node.Abramo Bagnara2010-08-102-0/+2
* Added TypeLocs to TypesCompatibleExpr node.Abramo Bagnara2010-08-102-4/+4
* - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for...Sebastian Redl2010-08-095-14/+24
* Use precompiled preambles for in-process code completion.Douglas Gregor2010-08-091-12/+91
* Complete PCH support for ObjCPropertyImplDecl.Argyrios Kyrtzidis2010-08-092-4/+8
* Support ObjC implementation decls for PCH.Argyrios Kyrtzidis2010-08-092-5/+7
* Refactor into functions PCH reading/writing the CXXBaseOrMemberInitializers. ...Argyrios Kyrtzidis2010-08-094-83/+98
* Make -funroll-loops turn on loop unrolling in the optimizer insteadEric Christopher2010-08-071-3/+7
* Push location through the MacroUndefined PPCallback and use it to print #unde...Benjamin Kramer2010-08-071-0/+13
* Store inheritance paths after CastExprs instead of inside them.John McCall2010-08-072-15/+22
* Removed IdempotentOperationChecker from default analysis and returned back to...Tom Care2010-08-061-0/+3
* Remove the DeclaredInCondition bit now that it's no longer used.Nick Lewycky2010-08-062-4/+0
* Add an environment variable that makes libclang use chaining for PCH.Sebastian Redl2010-08-061-1/+3
* Collect namespaces that need updating in a PCH chain. WIPSebastian Redl2010-08-051-0/+5
* Write various C++-specific records to chained PCHs. Tests will come later.Sebastian Redl2010-08-052-22/+87
* Store the pending implicit instantiations in the PCH and perform them at the ...Argyrios Kyrtzidis2010-08-052-0/+35
* Support #pragma weak for PCH.Argyrios Kyrtzidis2010-08-052-0/+43
* Make sure C++ variable definitions are actually passed to the consumer when l...Argyrios Kyrtzidis2010-08-051-1/+2
* Give clang_codeCompleteAt() an "options" parameter, and add a newDouglas Gregor2010-08-051-3/+11
* Implement #pragma GCC visibility.Eli Friedman2010-08-052-1/+3
* Activate selectors in chained PCH. Chained PCH now works for Objective-C.Sebastian Redl2010-08-041-1/+5
* Bring stats for the method pool back.Sebastian Redl2010-08-042-11/+18
* Implement per-file reading of the selector table. This disables statistics ab...Sebastian Redl2010-08-042-75/+83
* When chaining, only write interesting selectors to the PCH.Sebastian Redl2010-08-042-11/+47
* Store the IDs of selectors in the PCH file explicitly.Sebastian Redl2010-08-042-33/+60
* When performing in-process code completion, don't free the remappedDouglas Gregor2010-08-041-0/+1
* Add code-completion support directly to ASTUnit, which performs codeDouglas Gregor2010-08-042-33/+134
* When we try (but fail) to build a precompiled preamble, wait for aDouglas Gregor2010-08-041-8/+31
* Incomplete promotion of selector info to per-file data.Sebastian Redl2010-08-032-52/+40
* When using a precompiled preamble, keep track of the top-levelDouglas Gregor2010-08-031-7/+47
* PR7795: Fix the definition of __WCHAR_MAX__ with -fshort-wchar.Eli Friedman2010-08-031-1/+1
* Apart from storing/retrieving the previous redeclaration from PCH, also store...Argyrios Kyrtzidis2010-08-034-18/+144
* Send AST dumping/printing to stdout instead of stderr.Argyrios Kyrtzidis2010-08-031-1/+1
OpenPOWER on IntegriCloud