aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend
AgeCommit message (Expand)Author
2009-07-06Fix PR 4489, a crash in PCH loading that occurs when loading the nameDouglas Gregor
2009-07-06Keep track of the Expr used to describe the size of an array type,Douglas Gregor
2009-07-05Avoid re-checking the parameters of a function, when trying to resolve a loca...Argyrios Kyrtzidis
2009-07-05Make use of ASTNode for return value of clang::ResolveLocationInAST() and in ...Argyrios Kyrtzidis
2009-07-05Do an early check for function definition.Argyrios Kyrtzidis
2009-07-02Add support for retrieving the Doxygen comment associated with a givenDouglas Gregor
2009-07-01Fix PR 4489, a PCH crash during de-serialization.Douglas Gregor
2009-07-01Update for changes in LLVM. Hopefully this is the last one for a while.Owen Anderson
2009-07-01Hold the LLVMContext by reference instead of by pointer.Owen Anderson
2009-07-01Add header search path for Gentoo stable, x86_64 version.Sebastian Redl
2009-07-01Update for LLVMContext+Module change.Owen Anderson
2009-07-01Fix for PR4192: fix the definition of int64_t on x86_64 Linux.Eli Friedman
2009-06-30remove dead code.Zhongxing Xu
2009-06-30De-ASTContext-ify DeclContext.Argyrios Kyrtzidis
2009-06-30Remove the ASTContext parameter from the getBody() methods of Decl and subcla...Argyrios Kyrtzidis
2009-06-30Remove the ASTContext parameter from the printing related methods of Decl.Argyrios Kyrtzidis
2009-06-30Remove the ASTContext parameter from the attribute-related methods of Decl.Argyrios Kyrtzidis
2009-06-30Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner
2009-06-28Make the StackProtector bitfield use enums instead of obscure numbers.Bill Wendling
2009-06-28Add stack protector support to clang. This generates the 'ssp' and 'sspreq'Bill Wendling
2009-06-26Implement enough of the 'auto' keyword so we can claim to support N2546.Anders Carlsson
2009-06-26OpenCL 1.0 support: attributesNate Begeman
2009-06-26Introduce a new concept to the static analyzer: SValuator.Ted Kremenek
2009-06-25Write/Read new Language OptionsNate Begeman
2009-06-25PCH support for OpenCL language optionsNate Begeman
2009-06-25Introduce the ResolveLocationInAST function which takes an ASTContext and a S...Argyrios Kyrtzidis
2009-06-25Handle PCHReader::IgnorePCH, it gets returned for when the file does not exist.Argyrios Kyrtzidis
2009-06-25Add missing dependencies to the CMake build systemDouglas Gregor
2009-06-24Add a DecltypeType type.Anders Carlsson
2009-06-23Update CMakeLists.txtArgyrios Kyrtzidis
2009-06-23Fix some TableGen-related dependencies for the Clang CMake buildDouglas Gregor
2009-06-23switch Warnings.cpp to use the diagnostics machinery to print diagnostics, no...Chris Lattner
2009-06-23__APPLE_CC__ should only be set when building for darwin targets.Chris Lattner
2009-06-20Add the license part to the new source files.Argyrios Kyrtzidis
2009-06-20Serialize FunctionDecl's EndRangeLoc out to the PCH file.Argyrios Kyrtzidis
2009-06-20Introduce the ASTUnit class.Argyrios Kyrtzidis
2009-06-20Added writing and reading of the ConstQualAdded flag ofFariborz Jahanian
2009-06-19Keep track of when declarations are "used" according to C andDouglas Gregor
2009-06-19Fix bug in the new PCHReader constructor. PP and Context should be initialize...Argyrios Kyrtzidis
2009-06-19Make changes to PCHReader to allow reading a PCH file without having a pre-in...Argyrios Kyrtzidis
2009-06-18Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.Douglas Gregor
2009-06-18Add some missing CMake dependenciesDouglas Gregor
2009-06-17Move CXXMethodDecl::OutOfLineDefinition into Decl::OutOfLine.Argyrios Kyrtzidis
2009-06-17First step toward fixing <rdar://problem/6613046> refactor clang objc type re...Steve Naroff
2009-06-17Search path for 64-bit Ubuntu Linux, from Anders JohnsenDouglas Gregor
2009-06-15More XML output support, from Olaf Krzikalla!Douglas Gregor
2009-06-15PR4388: get rid of an extra # line directive; in addition to being Eli Friedman
2009-06-15Minor tweak to -fdiagnostics-print-source-range-info to make it printChris Lattner
2009-06-15If PCH refers to a file that doesn't exist anymore, emit a nice errorChris Lattner
2009-06-15no really, add the lines :)Chris Lattner