aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend
AgeCommit message (Expand)Author
2010-08-26Implement code completion for @selector expressionsDouglas Gregor
2010-08-26Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-26Revert r112149, "Move the sorting of code-completion results out of the mainDaniel Dunbar
2010-08-26Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-26Revert "Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-25Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-25When combining the code-completion results from Sema long with theDouglas Gregor
2010-08-25Add a missing caseDouglas Gregor
2010-08-25Fix an off-by-one error when computing the precompiled preamble forDouglas Gregor
2010-08-25Make the cursor kind of macro-name-only completions produced byDouglas Gregor
2010-08-25Teach Sema to live without CodeCompleteConsumer.h.John McCall
2010-08-24Frontend: Add basic -H support.Daniel Dunbar
2010-08-24correct the -isystem option to not add the -isysroot path. Only the weirdChris Lattner
2010-08-24Implement code completion for preprocessor expressions and in macroDouglas Gregor
2010-08-24Implement -iwithsysroot, an apple extension which is a close cousin of -isystem.Chris Lattner
2010-08-24Implement preprocessor code completion where a macro name is expected,Douglas Gregor
2010-08-24Move ExecuteCompilerInvocation to a new library FrontendToolPeter Collingbourne
2010-08-23Introduce new libclang API functions that determine the availabilityDouglas Gregor
2010-08-23Don't include macro results when we're completing a declarator.Douglas Gregor
2010-08-23Introduce a new code-completion point when we're parsing aDouglas Gregor
2010-08-22Abstract out member-pointer creation. I'm really unhappy about the currentJohn McCall
2010-08-22Detabify.Eli Friedman
2010-08-21Visual Studio tools used on win32 hosts when targeting win32.Michael J. Spencer
2010-08-21Fix typo in comment.Michael J. Spencer
2010-08-20Another step in the process of making the parser depend on Sema:John McCall
2010-08-20Eliminate some extraneous whitespace in the machine-parseable Fix-It output.Douglas Gregor
2010-08-20When performing code-completion in the presence of a preamble, makeDouglas Gregor
2010-08-20When we decide not to reuse a precompiled preamble, clear out theDouglas Gregor
2010-08-19Add machine-parseable Fix-It output as part of diagnostics, under theDouglas Gregor
2010-08-19Fix a loop overrun in ComputePreamble when the last remapped file was erased,Daniel Dunbar
2010-08-19Plug a leak when precompiling the preamble in ASTUnit.Douglas Gregor
2010-08-19Make sure to initialize ASTUnit::UnsafeToFreeDouglas Gregor
2010-08-18Rename the ASTReader header files.Sebastian Redl
2010-08-18More PCH -> AST renaming.Sebastian Redl
2010-08-18Rename various classes from PCH to AST.Sebastian Redl
2010-08-18Rename PCHReader to ASTReader.Sebastian Redl
2010-08-18Rename PCHWriter.h to ASTWriter.hSebastian Redl
2010-08-18Rename PCHWriter to ASTWriterSebastian Redl
2010-08-18When creating an ASTUnit by parsing source code, set DisableFree toDouglas Gregor
2010-08-18Simplify the ownership model for DiagnosticClients, which was reallyDouglas Gregor
2010-08-18Simplify FixItHint by eliminated the unnecessary InsertionLocDouglas Gregor
2010-08-17Fix CMake buildSebastian Redl
2010-08-17Reintroduce the serialization library, with fixed dependencies.Sebastian Redl
2010-08-17Patch to add type parameter support for attribute iboutletcollection.Fariborz Jahanian
2010-08-17Revert Sebastian's build-breaking patch.Douglas Gregor
2010-08-17Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl
2010-08-17Fix a typo in a diag name.Sebastian Redl
2010-08-17Convert all uses of StringLiteral::getStrData() to StringLiteral::getString()Benjamin Kramer
2010-08-17When the # of top-level declarations changes after reparsing aDouglas Gregor
2010-08-16Move include to the proper place. No functionality changeDouglas Gregor