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