Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Header guard canonicalization, clang part. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
| | | | | | | Modifications made by clang-tidy with minor tweaks. llvm-svn: 215557 | ||||
* | clang-c: Fix a typo | Justin Bogner | 2014-05-02 | 1 | -1/+1 |
| | | | | llvm-svn: 207879 | ||||
* | [libclang] Introduce clang_VirtualFileOverlay_setCaseSensitivity that ↵ | Argyrios Kyrtzidis | 2014-03-20 | 1 | -0/+10 |
| | | | | | | | | | | exposes the VFS option to set the case-sensitivity for lookups. rdar://16374696 llvm-svn: 204303 | ||||
* | [libclang] Introduce APIs that assist in constructing a simple module.map ↵ | Argyrios Kyrtzidis | 2014-03-03 | 1 | -0/+49 |
| | | | | | | | | file for a user framework. rdar://16092858 llvm-svn: 202681 | ||||
* | [libclang] Change clang_VirtualFileOverlay_writeToBuffer to return a ↵ | Argyrios Kyrtzidis | 2014-03-03 | 1 | -3/+5 |
| | | | | | | | | malloc'ed buffer. Returning CXString is not appropriate if we want to switch to a non-string format buffer. llvm-svn: 202675 | ||||
* | [libclang] Introduce libclang APIs for creating a buffer with a JSON virtual ↵ | Argyrios Kyrtzidis | 2014-02-25 | 1 | -0/+43 |
| | | | | | | | | | | file overlay description. The current API only supports adding 'virtual file path' -> 'real file path' mappings. rdar://15986708 llvm-svn: 202105 | ||||
* | [libclang] Include "BuildSystem.h" along with "Index.h" | Argyrios Kyrtzidis | 2014-02-25 | 1 | -3/+3 |
| | | | | llvm-svn: 202104 | ||||
* | Fix gcc warning about C++ style comments. | Patrik Hagglund | 2014-02-17 | 1 | -1/+1 |
| | | | | llvm-svn: 201512 | ||||
* | 'svn add' files I forgot for r201224 (Add an option to allow Clang verify | Dmitri Gribenko | 2014-02-12 | 1 | -0/+44 |
source files for a module only once during) llvm-svn: 201225 |